diff options
author | Myles McNamara <myles@hostt.net> | 2013-03-07 23:30:56 -0500 |
---|---|---|
committer | Myles McNamara <myles@hostt.net> | 2013-03-07 23:30:56 -0500 |
commit | ef2e84026e4c388fb1c91b59079354caa36ad865 (patch) | |
tree | fafc8b869fd67728b6f6b32a431ebe3396b8a868 /.htaccess | |
parent | 308c85090e8815339a24e4032466ffddfc0240e2 (diff) | |
download | nextcloud-server-ef2e84026e4c388fb1c91b59079354caa36ad865.tar.gz nextcloud-server-ef2e84026e4c388fb1c91b59079354caa36ad865.zip |
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 | .htaccess | 1 |
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 |