Forum Moderators: phranque
I've never used a 301 before but I've been searching these forums and the web and come up with the simple answer of the following in my .htaccess file.
Redirect 301 / [widget-two.com...]
I loaded this in the root directory of www.widget-2.com but it doesn't work. It still shows the site place holders from the host. What am I missing?
[edited by: trillianjedi at 4:49 pm (utc) on Jan. 26, 2005]
[edit reason] Widgetised [/edit]
If I put in my .htaccess file a
redirect 301 [widgets-old.com...] [widgets-new.com...]
it doesn't seem to make any difference. Any suggestions?
thanks,
-dave
Redirect 301 / [widgets-new.com...]
and that's it.
You don't need to put in the full url of your old site. The first slash in the redirect signifies your root directory of the site you load it onto and includes everything in it. Like an include_all.
Redirect 301 / [widget-two.com...]
it breaks my site entirely, it seems to be in an infinite loop.
Any further advice?