Forum Moderators: phranque
So, is it possible to rename asp pages to php pages using .htaccess? and how about htm pages to php?
If possible, what would be the best way, and what would be the best way to redirect users who don't find a page that is not found because of the server change, but without alarming SE about with the redirects.
Thanks,
See Apache AddHandler
My advice is to never serve a search engine something different than you serve a human visitor. Some of those human visitors are robots, and some of those robots are search engine employees. So don't risk your site using a sneaky rewrite/rediret technique intended to serve humans and search engines different content for SEO purposes unless you are willing to invest the time and money to do IP-based cloaking and to keep your cloaking IP address database up-to-the-minute. For missing pages, use a 404 or 410 server response, and after the visitor has read that page, link and/or meta-refresh to your site map, home page, search page, or any or all of those.
Jim