Anthony Ritter wrote: [ snip ]
.....................................
Security Alert! The PHP CGI cannot be accessed directly. 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.
For more information as to why this behaviour exists, see the manual page for CGI security.
For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page. ............................
You need to edit the php.ini file (or if this is hosted, have your host change the php.ini file).
The setting you want is : force-cgi-redirect
You need to change this to false (0) for it to work on IIS.
IIRC, it says something along those lines in the default php.ini-recommended that comes with the package.
I'm not on my php box or else would give you the exact line to change, but I know its the force-cgi-redirect (might be cgi_force_redirect) setting that's causing this problem (had similar issue with local IIS install)
-- Burhan Khalid phplist[at]meidomus[dot]com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php