Anyone running into issues with this setup?
I'm getting this message:
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
However, I've set cgi.force_redirect equal to 0, and have reset IIS. I've done the following as well:
- Added C:\PHP to my system PATH
Ran this for the registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\PHP] "IniFilePath"="C:\PHP"
- Added the PHP ISAPI to the ISAPI and CGI Restrictions as being allowed
- Added the PHP ISAPI as an ISAPI module mapped to *.php
However, I keep getting that error message. I've tried everything!
Thanks for the help, -Steve