I am trying to 301 redirect my old domain www.portgifts.co.uk to my new one www.vintageportandstilton.co.uk to help with google searches.
The only problem is that i don't know what to do. Can anyone help?
Thanks
There are a few different ways to do this but probably the easiest would be to put a text file with the filename .htaccess in your route with the following line of text:
Redirect / http://www.vintageportandstilton.co.uk
That should work, if not you could add the filename of your homepage to the line of text, so it would look like this:
Redirect /index.html http://www.vintageportandstilton.co.uk
Hope this helps,
James O.
There are several other methods available to you, here's a guide:
How to Redirect a Web Page