Modify backend to use new auth cookie format
[blerg.git] / www-configs / htaccess
index 2587f51..2f79098 100644 (file)
@@ -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]