aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi/php.ini
blob: 7c53490f17102a44c30f309f652c27340853b073 (plain)
1
2
3
4
5
6
7
8
9
10
[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