Does anyone know if Apache will process a php file with an asp extension? We are converting from asp and would like to create some redirect pages in php with the asp extension so that people with bookmarks won't get a 404.
As I understand it, Apache can be told to interpret any extension that you like as PHP.
The only potential problem is if you have asp running on the server, so be careful there, but ben is right in the conf file just idenity .asp as a valid php extension (we've done this with .html, for example)
Thanks guys. I'll give it a shot.