Question

Do I need to install anything for the IIS to support PHP? And how can I deploy a php website using the IIS 5.0?

Was it helpful?

Solution

Yes, you need to install the PHP interpreter as an IIS ISAPI extension service. I don't know if the most recent version of PHP is still available for such an old version of IIS but basically you need to obtain a PHP installation package design to be deployed on Windows, as an ISAPI extension .dll.

Have a look at the PHP Manual's section on installing on Windows with IIS 5.0 and/or IIS 6.0.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top