diff options
author | Brice Maron <brice@bmaron.net> | 2013-02-27 17:51:28 +0100 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2013-02-27 17:51:28 +0100 |
commit | 6c26214955c772963ad5fce8ea581634baf834da (patch) | |
tree | 38682f8e462b7c25e257a45d075594bf1b07619d /.htaccess | |
parent | fed39d0db2ef547c212eeadc46887f4089a1863e (diff) | |
download | nextcloud-server-6c26214955c772963ad5fce8ea581634baf834da.tar.gz nextcloud-server-6c26214955c772963ad5fce8ea581634baf834da.zip |
Refix #1931
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 |