From ef2e84026e4c388fb1c91b59079354caa36ad865 Mon Sep 17 00:00:00 2001 From: Myles McNamara Date: Thu, 7 Mar 2013 23:30:56 -0500 Subject: remove php_value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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(). --- .htaccess | 1 - 1 file changed, 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 616118b2ce8..463b49993e6 100755 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,4 @@ -php_value cgi.fix_pathinfo 1 SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 -- cgit v1.2.3