Hi guys,
I have a site that is all in ASP. I need to change the technology to PHP to update the site and move forward.
However, I have a few problems:
1) How can I 301 the asp pages to php? When the technology moves over to php, the asp pages won't work anymore, so they won't be able to 301.
2) Can the above be done with a 301 redirect using htaccess? For example, the switch would be "straight forward":
widgets.com/blue-widgets.asp
301 redirect to:
widgets.com/blue-widgets.php
(only the extension would change.... this will cure about 90% of the pages on the site).
Thanks in advance guys...