Hi,
I have one master domain www.solosystem.co and two parked domains;
solo-system.co.uk
solosystem.co.uk
I would like all users who go to the parked domain to be redirected to the master domain. I have managed to get this working for solo-system.co.uk but not for the other domain (solosystem.co.uk). What am I doing wrong?
PS I found the original code on this forum and modified it. Perhaps I have modified incorrectly?
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www\.)?solo-system\.co.uk
RewriteRule (.*) http://www.solosystem.co/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?solosystem.co.uk
RewriteRule (.*) http://www.solosystem.co/$1 [R=301,L]