[PHP] ; 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.** ; ** Seems the same thing applies to thttpd, you MUST turn it off. ** ; http://php.net/cgi.force-redirect ;cgi.force_redirect = 1 cgi.force_redirect = 0