|
Posted by teddybear on 06/22/06 15:20
WhatsPHP wrote:
> teddybear wrote:
>
> > Hi, I begin to write PHP but run into problem already.
> > First, I do not know where to put my PHP code? Where is the IIS Root
> > Directory? (I'm using Windows XP).
>
> Your root directory is c:\Inetpub\wwwroot
Thanks for reminding me that I have to put my hello.php in the
C:\Inetpub\wwwroot folder. I have put it there, but when I try to call
with http://127.0.0.1/hello.php,
the problem still there, it said:
<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>
What is the problem? Can it be that I have to point in the PATH where
the PHP compiler is? Or should I modify the REDIRECT_STATUS CGI
variable as stated above, and where I can find the REDIRECT_STATUS
variable?
Please help and thank you!
--Ted
[Back to original message]
|