Generalize status setting (mute, etc.)
[blerg.git] / www-configs / htaccess
index 2587f51..5c9f416 100644 (file)
@@ -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]