X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www-configs%2Fhtaccess;fp=www-configs%2Fhtaccess;h=5c9f4163287138353fdc79eff58b7b62a9416999;hb=f150483b5abafe36f63821457e7867373dc7c49d;hp=2587f512c46425366c804ba061dd35e2a6bea6b9;hpb=c1ddc7d4eb83ca2dd17f72e88bf1e21518c1724c;p=blerg.git diff --git a/www-configs/htaccess b/www-configs/htaccess index 2587f51..5c9f416 100644 --- a/www-configs/htaccess +++ b/www-configs/htaccess @@ -15,3 +15,7 @@ RewriteRule ^feedinfo(.*) /blerg.cgi/feedinfo$1 [L] RewriteRule ^passwd$ /blerg.cgi/passwd [L] RewriteRule ^rss/(.*) /rss.cgi/$1 [L] + +# If your web server isn't passing the Authorization header, uncomment +# this hack to work around it. +#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]