From 26d5992161a51dcb740352923e12d0da21989939 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Feb 2013 18:00:07 +0100 Subject: [PATCH] add cgi pathinfo when fcgi is enabled #1189 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 048a56d638..b7fd78821b 100755 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,5 @@ +cgi.fix_pathinfo = 1 SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1