RewriteEngine on RewriteCond %{HTTP_HOST} ^siteA.co.uk$ [OR] RewriteCond %{HTTP_HOST} ^www.siteA.co.uk$ [OR] RewriteCond %{HTTP_HOST} ^siteA.com$ [OR] RewriteCond %{HTTP_HOST} ^www.siteB.com$ [OR] RewriteCond %{HTTP_HOST} ^siteB.com$ RewriteRule ^(.*)$ "http\:\/\/www.siteA\.com$1" [R=301,L]
RewriteCond %{HTTP_HOST} !^www\.siteA\.co\.uk RewriteRule .* http://www.siteA.co.uk%{REQUEST_URI} [R=301,L]
Jump To Top of Thread