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:
authorMyles McNamara <myles@hostt.net>2013-03-08 08:30:56 +0400
committerMyles McNamara <myles@hostt.net>2013-03-08 08:30:56 +0400
commitef2e84026e4c388fb1c91b59079354caa36ad865 (patch)
treefafc8b869fd67728b6f6b32a431ebe3396b8a868 /.htaccess
parent308c85090e8815339a24e4032466ffddfc0240e2 (diff)
remove php_value
php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess1
1 files changed, 0 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 616118b2ce8..463b49993e6 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,4 @@
<IfModule mod_fcgid.c>
-php_value cgi.fix_pathinfo 1
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1