diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess index 71af095ff8f..616118b2ce8 100755 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ <IfModule mod_fcgid.c> -cgi.fix_pathinfo = 1 +php_value cgi.fix_pathinfo 1 <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 |