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 problem but the action does not occur instead I get redirected back to the profile page. Maybe me rewriterule strips the POST or GET variables. Not sure.
But I would like to fix this so no rewrite rule is needed and it works.
I presume it has something to do with the fact that Anti-spam ACP uses it's own subdirectory "antispam" and the file index.php inside it.
Any advice?
Thanks

English |
French

