Hi, im trying to make a copy of my forum (/forum/) to another directory (/other_forum/) and im trying to figure out something weird with phpBB seo.
In the phpbb seo config file for the second forum, i replaced
- Code: Select all
$script_path = trim($config['script_path'], '/');
With
- Code: Select all
$script_path = "other_fourm";
So that URLs wouldnt automatically link back to the original forum. Links are no /other_forum/forum-f1.html
This works find on the index page, but if i go into a forum, the links go back to being wrong: /forum/forum-f1.html
I cant find any recurences of the line i edited - can anyone help?
Thanks

English |
French
