X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www-configs%2Fhtaccess;h=5c9f4163287138353fdc79eff58b7b62a9416999;hb=f150483b5abafe36f63821457e7867373dc7c49d;hp=d5a6c62b4c79101deb3a424b0a28b5f95c6ce4b6;hpb=ad83476bc8cb4ea6d35b8711f00220b8b1072eca;p=blerg.git diff --git a/www-configs/htaccess b/www-configs/htaccess index d5a6c62..5c9f416 100644 --- a/www-configs/htaccess +++ b/www-configs/htaccess @@ -12,5 +12,10 @@ RewriteRule ^subscribe/(.*) /blerg.cgi/subscribe/$1 [L] RewriteRule ^unsubscribe/(.*) /blerg.cgi/unsubscribe/$1 [L] RewriteRule ^feed$ /blerg.cgi/feed [L] 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]