Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top