Hi,
I use mod_rewrite to redirect all traffic on 3 parked domains to a single domain, this looks like below and works fine:
RewriteCond %{HTTP_HOST} !^www\.bobpeers\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.bobpeers.com/$1 [R=301,L]
However I also use multiviews...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.