I am having difficulties understanding the proper way to redirect old web pages from a site to the newly redesigned site. Should each and every page be kept on the server with html code that pushes the visitor to the newly created web site? This was the impression that I was under, a co-worker of mine stated
Quote:
|
in order to redirect every page from the old site, you will need to keep both the new and the old sites pages up and by neccessity mixed together. Pretty much a nightmare for people doing maintenance or futher development in the future. A better solution might be a custom 404 error page or a redirect at the webserver level of 404 errors to the new homepage.
|
Will using a 404 error be effective with search engines? Will they be able to find the new site? How do you handle the redirect?