X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www-configs%2Fhtaccess;h=5c9f4163287138353fdc79eff58b7b62a9416999;hb=4dbf6205d0ab778edaa0c43e2eca2b3f92bd2dcb;hp=2587f512c46425366c804ba061dd35e2a6bea6b9;hpb=0db9b1f8be6ebaac73c53f174d0b8527a09771d1;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]