I bought myself a birthday present: a new domain http://www.sailboatvn.com
All requests to previous domain www.sailboatvn.co.uk should be redirected to the new house.
If you don’t know how to redirect the old domain to a new one then you need to create a .htaccess file with the content as below:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.sailboatvn.com/$1 [R=301,L]
That’s it…
