Page 1 of 1

Configure php with iis

Posted: Tue Jul 01, 2008 4:50 am
by firealex
Hi,


I have installed php 5.0.. and i dont know how to configure with iis server..Can any one help me....? :cry: :(


Thanks in Advance.......!

Re: Configure php with iis

Posted: Tue Jul 01, 2008 5:01 am
by Benjamin
I would encourage you to install apache.

Otherwise you may want to search for tutorials on how to configure php on iis.

Re: Configure php with iis

Posted: Wed Jul 02, 2008 6:32 pm
by Doug G
Follow the instructions for the isapi manual installation on IIS that came with your php download for windows. It only takes a few minutes to get PHP up and running on your IIS server. Last time I put a nev PHP on IIS, the distributed php executable was compiled to use php.ini only from c:\windows so make sure you put your php.ini there or you'll spend some time wondering why none of your configuration changes work.

I don't use the installer or cgi version of php on my IIS servers.

Also, there are some different steps depending on the version of IIS you're using, but I've had no problems getting php going on IIS4,5,6 or 7