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:
authorBrice Maron <brice@bmaron.net>2013-02-27 20:51:28 +0400
committerBrice Maron <brice@bmaron.net>2013-02-27 20:51:28 +0400
commit6c26214955c772963ad5fce8ea581634baf834da (patch)
tree38682f8e462b7c25e257a45d075594bf1b07619d /.htaccess
parentfed39d0db2ef547c212eeadc46887f4089a1863e (diff)
Refix #1931
Diffstat (limited to '.htaccess')
-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