I have this in my .htaccess on a linux server in the root but it wont redirect my site (its a new .co domain)
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mmyoldsite\au.com$ [NC]
RewriteRule ^(.*)$ http://www.newsite.co/$1 [R=301,L]
I think it should be