cancel
Showing results for 
Search instead for 
Did you mean: 

301 Redirect

portandstilton
Member

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

2 REPLIES 2

duskjome
BT Partner
BT Partner

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.


JohnE
Guru

There are several other methods available to you, here's a guide:

How to Redirect a Web Page