diff options
-rwxr-xr-x | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 463b49993e6..71af095ff8f 100755 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,5 @@ <IfModule mod_fcgid.c> +cgi.fix_pathinfo = 1 <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 |