like with every static parts, in phpbb_seo/includes/setup_phpbb_seo.php, add :
- Code: Select all
$this->seo_static['index'] = 'index';
before :
- Code: Select all
// Let's make sure that settings are consistent
$this->check_config();
And generate a new .htaccess once done.
Note that you will most likely need to keep the old forum.html rewriterule in your .htaccess to make sure that the zero dupe will be able to redirect forum.html to index.html.
So just copy the forum.html rewriterule before you generate it again, and put it back in near the new index.html one.
++