Re: Jigsaw 2.x.x and PHP4

This may have been answered already, I'm coming along several days later but
just in case it wasn't -

You'll need to edit your php.ini file (if you use Windows put it in the
Windows or WINNT directory) and under the heading "Paths and Directories"
you'll see something like the following -

; 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 = 0



note that the last line was uncommented and set to "0". That should allow
PHP to operate in cgi mode. Does that help?

Received on Tuesday, 18 June 2002 17:16:02 UTC