Re: Closed registrations
I have mydomain.com
My bbpress is at
mydomain.com/bbpress
but I use a subdomain
forums.mydomain.com which redirects on it.
I put an .htaccess file inside /bbpress with this content
Redirect 301 /register.php http://www.mydomain.com/wordpress/wp-login.php?action=register
Redirect 301 /bb-reset-password.php http://www.mydomain.com/wordpress/wp-login.php?action=lostpassword
But it does nothing. Chmodd is 755.
I try too with
Redirect 301 /bbpress/...
and
Redirect 301
(no start slashes)
and it does not work either.
Any idea ?
Thanks !
Any idea ?