From c805abe50c2b007342d5a6a97788f06fd0e18e81 Mon Sep 17 00:00:00 2001 From: kdmurray Date: Tue, 21 May 2024 16:36:25 -0700 Subject: [PATCH] PocketCasts temp redirect from full to 2 week feed --- ini/www.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ini/www.htaccess b/ini/www.htaccess index f69db08..617d06b 100644 --- a/ini/www.htaccess +++ b/ini/www.htaccess @@ -3,6 +3,9 @@ RewriteEngine on RewriteCond %{HTTP_USER_AGENT} (DataForSeoBot|MJ12bot|AhrefsBot|BLEXBot|dotbot|PetalBot|SemrushBot*|SiteAuditBot|SplitSignalBot|Yandex) [NC] RewriteRule (.*) - [F,L] +RewriteCond %{HTTP_USER_AGENT} (Pocket Casts|PocketCasts) [NC] # Target specific user-agent (replace with actual string) +RewriteRule ^site_total_([^_]+)_rss\.php$ /site_$1_rss.php [L,R=301] + RewriteRule "^comments_rss.php$" "/comments.rss" [R] RewriteRule "^maillist$" "https://lists.hackerpublicradio.com/mailman/listinfo/hpr" [R=301,NE,L]