You must add this code to a virtualhost tag
It will not work if you put it in a Directory tag.
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
You must add this code to a virtualhost tag
It will not work if you put it in a Directory tag.
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]