php ini cgi.force_redirect

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.

cgi.force_redirect = 0

cgi.force_redirect option has been tested at Apache web server, Apache to set the non-standard CGI environment variable.





Content