View Single Post

  #1 (permalink)  
Old 25-01-2007, 12:50 AM
JamesA JamesA is offline
Frontpage User
 
Join Date: Dec 2006
Posts: 22
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
JamesA will become famous soon enough
Default 301 redirect question

I’m moving my site from irishwidget.com to widget.ie

I’m using this

Code:
<? 
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: http://www.widget.ie/test.htm" ); 
?>
If I put the code into my header and it appears on (irishwidget.com/test.htm) should it be able to locate the same page (widget.ie/test.htm) on the new domain.
It just seems to redirect to widget.ie

Will it hurt if all the pages on irishwidget.com redirect to the homepage of widget.ie? Is this the best way to move to a new domain and retain my google trafic?

Any help appreciated.
__________________


Last edited by JamesA; 25-01-2007 at 12:53 AM.
Reply With Quote