Forum Moderators: phranque
Yes I'm a dummy for doing this in the first place. Did not realize what issues it could cause at the time.
Thanks for your help
If I use one single redirect. When a person clicks a link on another website and the link points to my webpage of "sub.website.com/page2.html" will it then redirect to the same link website.com/page2.html.
Also what if they bookmarked the links in there browser. I assume the same would apply as a normal link.
Thanks
Redirect entire domain:
Redirect 301 / http://www.new-domain.com/
Note: The use of the "/" at the end of the redirected domain. This is necessary so that http://www.old-domain.com/page1.html will be redirected to http://www.new-domain.com/page1.html.
[edited by: phranque at 11:51 am (utc) on Jan. 27, 2009]
[edit reason] unlinked urls [/edit]