diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-26 18:00:07 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-26 18:00:07 +0100 |
commit | 26d5992161a51dcb740352923e12d0da21989939 (patch) | |
tree | e3216a2db8e80b974496ae54cc37b9058cb82e13 /.htaccess | |
parent | b987c76d16a6bdaf931776763dea18915c99e804 (diff) | |
download | nextcloud-server-26d5992161a51dcb740352923e12d0da21989939.tar.gz nextcloud-server-26d5992161a51dcb740352923e12d0da21989939.zip |
add cgi pathinfo when fcgi is enabled #1189
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 048a56d6389..b7fd78821b0 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 |