diff --git a/ini/www.htaccess b/ini/www.htaccess index 197b562..f69db08 100644 --- a/ini/www.htaccess +++ b/ini/www.htaccess @@ -5,6 +5,7 @@ RewriteRule (.*) - [F,L] RewriteRule "^comments_rss.php$" "/comments.rss" [R] +RewriteRule "^maillist$" "https://lists.hackerpublicradio.com/mailman/listinfo/hpr" [R=301,NE,L] RewriteRule "^download.php" "/syndication.html" [R=301,NE,L] RewriteRule "^about.php|^help_out.php" "/about.html" [R=301,NE,L] RewriteRule "^recording.php" "/about.html#recording_a_podcast" [R=301,NE,L]