Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-26 21:00:07 +0400
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-26 21:00:07 +0400
commit26d5992161a51dcb740352923e12d0da21989939 (patch)
treee3216a2db8e80b974496ae54cc37b9058cb82e13 /.htaccess
parentb987c76d16a6bdaf931776763dea18915c99e804 (diff)
add cgi pathinfo when fcgi is enabled #1189
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess1
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