Hello,
I have the latest SEO premod and recently I installed Exreaction Anti-spam ACP.
There is one slight compatibility problem, when I want to flag a user they use a confirm_box() function that displays a confirm question with yes/no.
When pressing yes on this box I get a 404 error page because
www.camino-tuning.be/antispam/index.php can't be found. My phpBB resides inside phpBB3 subfolder but I use virtual root. I then added a rewrite rule in htaccess to redict /antispam to /phpBB3/antispam
- Code: Select all
# Antispam met phpbb-seo probleem
RewriteRule ^antispam/(.*)$ /phpBB3/antispam/$1 [R=301,L]
This fixed the 404 error ...