From 8f8b9df5a5c76cfdbb0cf3437139e7f92896895a Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Mon, 19 Feb 2018 13:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90.htaccess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index d9ee23c9..8eb8d73f 100644 --- a/.htaccess +++ b/.htaccess @@ -6,3 +6,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] +SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 \ No newline at end of file