HTML works but PHP doesnt work with IIS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nuvar
Forum Newbie
Posts: 1
Joined: Sun Mar 28, 2010 10:58 am

HTML works but PHP doesnt work with IIS

Post by nuvar »

Im not quite sure how to set the IIS server up. I used to try PHP and Apache and it worked, but it seems like Im unable to get it to work with IIS?


HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
Detailed Error Information
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://localhost:80/index.php
Physical Path C:\inetpub\wwwroot\index.php
Logon Method Anonymous
Logon User Anonymous



Can someone help me out? Im using Windows 7 pro which was upgraded from Vista. I installed PHP using the Windows Installer (PHP 5.2 and later).

I tried to manually install PHP but I couldnt find ISAPI Filters under my inetmgr (IIS)
Post Reply