I need add this lines to htaccess
- Code: Select all
# MYCOLLECTION
RewriteRule ^mycollection/manga\.html$ mycollection.php?action=mycstats_manga [QSA,L,NC]
RewriteRule ^mycollection/anime\.html$ mycollection.php?action=mycstats_anime [QSA,L,NC]
RewriteRule ^mycollection/movies\.html$ mycollection.php?action=mycstats_movie [QSA,L,NC]
RewriteRule ^mycollection/videogames\.html$ mycollection.php?action=mycstats_vg [QSA,L,NC]
RewriteRule ^mycollection/superchart\.html$ mycollection.php?action=superchart [QSA,L,NC]
RewriteRule ^mycollection/stats\.html$ mycollection.php?action=mycstats [QSA,L,NC]
#
RewriteRule ^mycollection/([^/]+)/?$ mycollection.php?action=userrecap&uidn=$1 [QSA,L,NC]
RewriteRule ^mycollection/mymanga/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mymanga&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/myanime/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=myanime&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/mymovies/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mymovie&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/myvideogames/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=myvg&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/mychart/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mychart&user_idn=$1&start=$3 [QSA,L,NC]
#
RewriteRule ^mycollection/wishmanga/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mywishmanga&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/wishanime/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mywishanime&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/wishmovies/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mywishmovie&user_idn=$1&start=$3 [QSA,L,NC]
RewriteRule ^mycollection/wishvideogames/([^/]+)/?(page([0-9]+)\.html)?$ mycollection.php?action=mywishvg&user_idn=$1&start=$3 [QSA,L,NC]
But when i go in the page writed above some url that do not have in htaccess definition have on url string the text mycollection too.
A example
When i am in viewtopic the acp have url
mydomain.it/forum/adm/index.php
when i am in a custom page like
mydomain.it/forum/mycollection/nick/
the acp url are
mydomain.it/forum/mycollection/nick/adm/index.php
so the script add to the right url mycollection/nick/.
i've tried to add in phpbb_seo_class.php the mycollection.php but it do not solve nothing
- Code: Select all
var $seo_stop_files = array('posting' => 1, 'faq' => 1, 'ucp' => 1, 'swatch' => 1, 'mcp' => 1, 'style' => 1, 'cron' => 1, 'mycollection' => 1);
any help?

English |
French
