I feel like I'm close to making sense of this all, but I've reached an impass.
Using Win2k, and IIS that comes with it, and the latest PHP build
I put my first ever php file in the "wwwroot" folder of IIS, and opened it using " http://localhost/New.php" in IE.
This is what I get back.
<p>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.</p>
<p>For more information as to <i>why</i> this behaviour exists, see the <a href="http://php.net/security.cgi-bin">manual page for CGI security</a>.</p>
<p>For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit
<a href="http://php.net/install.windows">the manual page</a>.</p>
Ive come across the issues of Force CGI redirect several times in my readings, but I dont fully understand what it is, or more correctly, how that applies to me. Anyone care to explain it and my error message ?