Well, for index.html, the mod is following the settings in phpbb_seo_class.php, so if you use :
- Code: Select all
'index' => ''
It will get rid of index.php
if you use :
- Code: Select all
'index' => 'index.html'
then index.html will be forced
and if you want to keep index.php, then just use :
- Code: Select all
'index' => 'index.php'
The zero dupe will work accordingly and index links in phpbb will all be rewritten the way you choose.
The idea is one url one page, zero dupe.
About post, I don't think getting rid of the redirection is this good, and the no dupe is on its way to get rid of these in phpBB pages
++