I'm having an issue getting PHP installed on IIS7.5. I receive the following error.
--------------------------
Error Summary
HTTP Error 404.4 - Not Found
The resource you are looking for does not have a handler associated with it. Detailed Error Information
Module IIS Web Core
Notification: MapRequestHandler
Handler: Not yet determined
Error Code: 0x80070002
Requested URL: Physical Path: G:\Development\Websites\index.php
Logon Method: Anonymous
Logon User: Anonymous
Most likely causes:
•The file extension for the requested URL does not have a handler configured to process the request on the Web server.
---------------------------
This error is cryptic to me because I already have a Handler Mapping of *.php to the IsapiModule. I have tried configuring the mapping to an optional executable of c:\php\php5isapi.dll with no luck.
Is there an additional mapping I've left out? Has anyone had troubles/success with installing PHP on IIS7.5?
-Geates
--------------------------
Error Summary
HTTP Error 404.4 - Not Found
The resource you are looking for does not have a handler associated with it. Detailed Error Information
Module IIS Web Core
Notification: MapRequestHandler
Handler: Not yet determined
Error Code: 0x80070002
Requested URL: Physical Path: G:\Development\Websites\index.php
Logon Method: Anonymous
Logon User: Anonymous
Most likely causes:
•The file extension for the requested URL does not have a handler configured to process the request on the Web server.
---------------------------
This error is cryptic to me because I already have a Handler Mapping of *.php to the IsapiModule. I have tried configuring the mapping to an optional executable of c:\php\php5isapi.dll with no luck.
Is there an additional mapping I've left out? Has anyone had troubles/success with installing PHP on IIS7.5?
-Geates