I just started using phpBB SEO pre-mod after having used phpBB 3.0.8 for a while. I found the installation reasonably simple, but have found an issue with the .htaccess file that was generated. I used Mixed mode, and down the bottom of the file, there was the following line:
- Code: Select all
RewriteRule ^forums/.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /sun/forums/$1 [QSA,L,NC,R=301]
I found it necessary to change it to this:
- Code: Select all
RewriteRule ^forums/.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php|adm/index.php)$ /sun/forums/$1 [QSA,L,NC,R=301]
...as I was getting 404 errors when navigating to the ACP from subforums, as it was adding the subforum name to the URL.
Just thought the admin here might want to know, in case any changes need to be made to the .htaccess autogenerator.

English |
French