
thanx Jim
figured I better show you how I got the tip useing Mozzila Thunderbird (so you don't think I'm brain dead)
Renaming a Page
There are many reasons why a page may need to be moved or renamed, but just moving the file is not the end of the matter.
Any relatively busy site will have been indexed by search engines and it will take them a long time, perhaps several months before they will notice the page change. In the meantime users following a search link may hit the dreaded 'page not found' error and curse the web master.
The simplest way to phase out the page is to replace the original page with one that redirects it to the new one.
To achieve this requires just a few lines of HTML in the page using the META tags within the HEAD page section. These cause the page to auto-refresh after a short time to the new address for the page. You can use this approach for the main index page of a web site as well.
The first line tells the browser to refresh after one second to the page ./newname.html. The second line discourages robots from adding the redirection page to the index.
Have a Great Day!