Quote:
|
Originally Posted by technica
So Minstrel, I would do a save as for each of the pages, and make them my new name. Then for the old ones, I would delete everything and just put in this meta stuff you are talking about?
Thanks for the help..
|
Yes, except it's not all "meta stuff" - to be more specific, your redirect pages will look like this:
Code:
<HTML>
<HEAD>
<TITLE>This page has moved</TITLE>
<META HTTP-EQUIV="REFRESH" CONTENT="10;
URL=http://www.yoursite.com/newpage.htm">
</HEAD>
<BODY>
http://www.yoursite.com/oldpage.htm has moved!
Remember to update your bookmarks to:
<a href="http://www.yoursite.com/newpage.htm">
http://www.yoursite.com/newpage.htm</a>.
If your browser supports "Client Pull", you will be automatically taken to the new site in 10 seconds.
Otherwise, please click on the link below:
<a href="http://www.yoursite.com/newpage.htm">
http://www.yoursite.com/newpage.htm</a>
</BODY>
</HTML>
Just substitute your domain name for "yoursite.com" and the new page names for "newpage.htm".