Quote:
Originally Posted by hostingcp
To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
|
Yes, Apache can process ASP scripts too if configured/compiled properly with certain ASP modules [chilli-asp]. Also, if you want .ASP files to be processed as PHP by the webserver but served as .ASP, you need to add the specific '
AddHandlers' to the
.htaccess or to the server's
httpd.conf file. Hope that answers your questions or at least gives you some ideas
