mm I see
So, I see two possible causes.
Is your phpbb_seo/cache/ dir well chmoded, are you able to save seo settings and is the message about the cache dir telling you everything is ok in acp ?
What about the forum url with id, do they work (forum-title-fID.html) ?
Because we need the cache dir up and running to be able to properly use id removal trick, and only the forum urls saved in the cache will work, if you change a forum url, it won't work anymore, the mod will though a 404 header in such case.
If not the cache dir chmod, then, it could be due to URI catching, I never had issue with the method used, but we never know, some weird server setting could lead to some trouble catching the uri (thus the forum-url) before we can match it in the cache.
A link to your forum would definitely help to understand.
To test validity of the uri grabbed, you could temporarily add :
- Code: Select all
echo $phpbb_seo->seo_path['uri'];
in includes/functions.php, right before :
- Code: Select all
garbage_collection();
exit_handler();
You'll see the captured URI displayed at the bottom of your page and will be able to see if it matches. Since you most likely won't be able to try a forum url, try a rewritten topic one and tell me what do you get.