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?
Do I need to install anything for the IIS to support PHP? And how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.