1<IfModule mod_rewrite.c>
2RewriteEngine on
3RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
4</IfModule>
5