X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www-configs%2Fhtaccess;h=2f7909885937da1e888c0f691621856d0890af13;hb=948ce5be6ef6bba36edfb544565ca22e316afb0a;hp=2587f512c46425366c804ba061dd35e2a6bea6b9;hpb=0db9b1f8be6ebaac73c53f174d0b8527a09771d1;p=blerg.git diff --git a/www-configs/htaccess b/www-configs/htaccess index 2587f51..2f79098 100644 --- a/www-configs/htaccess +++ b/www-configs/htaccess @@ -11,7 +11,11 @@ RewriteRule ^put$ /blerg.cgi/put [L] 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 ^status(.*) /blerg.cgi/status$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]