aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-27 09:08:00 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-27 09:08:00 -0800
commitf0a4506e40b7fc22f9ac89cc264c9f2267e4e61a (patch)
tree38682f8e462b7c25e257a45d075594bf1b07619d
parentfed39d0db2ef547c212eeadc46887f4089a1863e (diff)
parent6c26214955c772963ad5fce8ea581634baf834da (diff)
downloadnextcloud-server-f0a4506e40b7fc22f9ac89cc264c9f2267e4e61a.tar.gz
nextcloud-server-f0a4506e40b7fc22f9ac89cc264c9f2267e4e61a.zip
Merge pull request #1967 from eMerzh/refix_1931
Refix #1931
-rwxr-xr-x.htaccess2
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