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().
remotes/origin/stable5
Myles McNamara 13 years ago
parent 308c85090e
commit ef2e84026e
  1. 1
      .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

Loading…
Cancel
Save