PDA

View Full Version : Is it possible to run ASP under LINUX


hostcp
05-10-2008, 03:47 AM
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.

Zaf
05-25-2008, 02:39 PM
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.

What point were you trying to make?