Hi,
Before installed the mod.
-http://mydomain.com (PR3)
After installed the mod.
-http://mydomain.com redirects to: -http://mydomain.com/index.html (PR0)
Is this works and good for SEO?
Moderator: Moderators
By Default, this mod will get rid of index.php for phpBB's index.
You can change this in phpbb_seo/phpbb_seo_class.php if you prefer.
Look for :
- Code: Select all
'index' => ''
And replace with :
- Code: Select all
'index' => 'index.html'
or whatever you prefer.
This is mostly useful if you're running a portal in the folder where phpBB is installed.
You'll have to un-comment (get rid of the '#' at the beginning of the line) the FORUM INDEX rewriterule in the following .htaccess.
Remember you have to change index\.html in case you changed the above index.html to something else.

Return to Zero duplicate phpBB2
Users browsing this forum: No registered users and 2 guests