Posted by ImOk on 07/05/06 14:08
<<Installation of PHP and ISAPI under IIS can be a real pain in the
butt
(the manual is good and has all the information necessary but you've
got to go looking for it). I'll try and find the post where I assisted
someone else who was setting up there system and the steps that I
took. >>
I will disagree with this. Just follow the steps and it works fine.
On your virtual alias properties In configuration set the extension
..php to point to where your phpisapi.DLL is
Assuming PHP is in c:\PHP5
C:\PHP5\php5isapi.dll
And the Limit to: GET,POST,HEAD
Apply and then rightclick on Default Web Site (the root of your
server), choose properties and select ISAPI filters. Add the DLL there
as well. Call the filter name "php" without the quotes.
Go to Start/Run/CMD and at the DOS prompt type IISRESET to restart IIS.
Now run a <?php print phpinfo() ?> to check your work.
Navigation:
[Reply to this message]
|