From 7b276d5ab75e90c69f0548705e9e3c1a3857c9bf Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Sun, 22 Oct 2023 15:21:15 +0200 Subject: [PATCH] 2023-10-22_13-21-15Z_Sunday database and htacccess changed --- ini/www.htaccess | 1 + 1 file changed, 1 insertion(+) 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]