.htaccess rewrite rule not working ?
Posted: Thu Jan 30, 2020 3:25 am
I'm trying to prevent phpBB users from registering or login from phpBB.
Instead I want them to use /login and /register pages on my WP.
I tried creating .htaccess RewriteRule in phpBB .htaccess and in WP .htaccess, nothing worked.
I tried everything with Rewrite base as well, nothing seems to work.
My phpBB is inside my wordpress directory, like :
https://www.mydomain.com/wordpress/phpBB
I suspect WP is over-riding any rewrite rule I try, do you maybe have an idea of how I should do ?
Instead I want them to use /login and /register pages on my WP.
I tried creating .htaccess RewriteRule in phpBB .htaccess and in WP .htaccess, nothing worked.
I tried everything with Rewrite base as well, nothing seems to work.
My phpBB is inside my wordpress directory, like :
https://www.mydomain.com/wordpress/phpBB
I suspect WP is over-riding any rewrite rule I try, do you maybe have an idea of how I should do ?