diff --git a/.htaccess b/.htaccess index d9ee23c9..e29b143e 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