I have recently changed domains, and I want to make sure that my .htaccess file is correctly setup.
I currenlty have PR2, which has just changed in the update. Sometimes it carries on to my new page, and sometimes it doesnt. I am not sure if this is to do with my .htaccess file, or the fact that the google update hasn't quite completed.
Here's what I have at the moment
Or should it be
Or even
Thanks a lot
Kestrel
I currenlty have PR2, which has just changed in the update. Sometimes it carries on to my new page, and sometimes it doesnt. I am not sure if this is to do with my .htaccess file, or the fact that the google update hasn't quite completed.
Here's what I have at the moment
Code:
redirect 301 / [URL unfurl="true"]http://www.mynewsite.com/[/URL]
Code:
redirect 301 /index.html [URL unfurl="true"]http://www.mynewsite.com/[/URL]
Code:
redirect 301 [URL unfurl="true"]http://www.myoldsite.com/[/URL] [URL unfurl="true"]http://www.mynewsite.com/[/URL]
Kestrel