And still, I advise downloading latest release
( http://snaps.php.net/win32/ ) and adding these lines to your php.ini in
windows folder:

; cgi.force_redirect is necessary to provide security running PHP as a CGI
under
; most web servers. Left undefined, PHP turns this on by default. You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1
cgi.force_redirect = 0

Why I suggest inserting? :) Maybe you made a type or something.

Even no restart is required if you are using CGI to access PHP.

"Jonathan Goulding" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello all,
>
> I receive the following error msg when trying to load a php page after
> installing php and a web server on XP home:
>
>  "This PHP CGI binary was compiled with force-cgi-redirect enabled..."
>
> So, I have changed the php.ini file in both c:\windows and c:\php to no
> avail.  The same error msg is given after a reboot.
>
> Any suggestions would be greatly appreciated!  I'm a novice at this
stuff...
>
> -Jonathan
>
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to