Stupid Question about PHP on IIS Server

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Stupid Question about PHP on IIS Server

Post by Doug G »

There is documentation on the php website about how to install php with various versions of IIS.

Like most server applications, Microsoft designed IIS to be extensible. You configure IIS to recognize the .php extension in a similar manner as you do for apache.
Post Reply