Having an issue with a redirect not working correctly. Here is the redirect I'm trying to use:
RewriteCond %{HTTP_HOST} ^marcellomonteiro.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.marcellomonteiro.com$
RewriteRule ^/?$ "http\:\/\/bjjcoach\.com" [R=301,L]
I put it in:
Custom .htaccess rules at the top of the file
in htaccess. When going to marcellomonteiro.com I want it to redirect to bjjcoach.com but its not working for some reason and I don't know why. Any ideas?
Thanks