diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-07-18 13:44:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-07-18 13:44:30 +0200 |
commit | ca79465285cd484da30742e9505ea7f76faf1c8f (patch) | |
tree | 609180e110fa10377cb923133c2a7420be4dbc8a | |
parent | 9455292feec751d799d93b1c2b790ea47e9f6f52 (diff) |
htaccess: add workaround for fastcgi and http authorization header
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | htaccess.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.txt b/htaccess.txt index f68be60a8..5385c71b8 100644 --- a/htaccess.txt +++ b/htaccess.txt @@ -1,5 +1,6 @@ <IfModule mod_rewrite.c> RewriteEngine on + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/?$1 [L] |