Ho, something that just cme to my mind, did you activate the remove SID option ?
If so, try without it.
Also, does it change anything if you just deactivate url rewriting ?
You can do it without going to the acp if you just replace :
- Code: Select all
'url_rewrite' => true,
with
- Code: Select all
'url_rewrite' => false,
in phpbb_seo/cache/phpbb_cache.php
Another desperate try would be to ad a .htaccess in adm/ with :
- Code: Select all
RewriteEngine Off
in it, which would prevent any mess caused (even though I can't think of any right now) by the above .htaccess rewriterules.
I sorry I can' t find a clue quicker, it's really the first time we face this issue and I really don't see how our code could mess with admin sessions since url rewriting is fully turned off in acp.