Forum Moderators: open
I am changing over our site so it is all .asp
Whats the best way of doing this so the big G and other engines can still index our site.
Do I simply put a simple redirect script on the old html page to the same new asp page?
eg www.sitename.com/infopage.html
needs to change to
www.sitename.com/infopage.asp
Same content etc, will effect any pages already in the index?
Thank you in advance for any advice
Alan
www.example.com/infopage.html
renamed to:
www.example.com/infopage.asp
You would no longer have any page available at infopage.html. But you would configure your server so that a request for that page would send a 301 Redirect to the new page.
If your site is hosted and you don't have control over the server, you may need to work with your web host to get this configured.