diff --git a/.htaccess b/.htaccess
index 08ac786..1cac0f2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,8 @@
RewriteEngine on
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+
RewriteRule ^api(.*)$ api.php [QSA,L]
RewriteRule ^admin(.*)$ admin.php [QSA,L]
@@ -8,7 +10,3 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
-
-
- WSGIPassAuthorization On
-