From 6c26214955c772963ad5fce8ea581634baf834da Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 27 Feb 2013 17:51:28 +0100 Subject: [PATCH] Refix #1931 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 71af095ff8..616118b2ce 100755 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -cgi.fix_pathinfo = 1 +php_value cgi.fix_pathinfo 1 SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1