Configure php with iis

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
firealex
Forum Newbie
Posts: 1
Joined: Mon May 26, 2008 12:45 am

Configure php with iis

Post 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.......!
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Configure php with iis

Post by Benjamin »

I would encourage you to install apache.

Otherwise you may want to search for tutorials on how to configure php on iis.
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Configure php with iis

Post 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
Post Reply