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:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-27 00:40:12 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-27 00:40:12 +0400
commitf3a8bf9260b2808d98e97759b25b20bc44987c40 (patch)
treeae2bece98678501e2865d5e87dfaab9608eef8d5 /.htaccess
parentf1dc46b4e0f69f97b185ecd14b559a925a1a3d0a (diff)
parent26d5992161a51dcb740352923e12d0da21989939 (diff)
Merge pull request #1931 from owncloud/fastcgi
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 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