diff --git a/ini/www.htaccess b/ini/www.htaccess index 617d06b..6ea8a9f 100644 --- a/ini/www.htaccess +++ b/ini/www.htaccess @@ -1,6 +1,6 @@ RewriteEngine on -RewriteCond %{HTTP_USER_AGENT} (DataForSeoBot|MJ12bot|AhrefsBot|BLEXBot|dotbot|PetalBot|SemrushBot*|SiteAuditBot|SplitSignalBot|Yandex) [NC] +RewriteCond %{HTTP_USER_AGENT} (DataForSeoBot|MJ12bot|AhrefsBot|AwarioBot|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) @@ -8,6 +8,7 @@ RewriteRule ^site_total_([^_]+)_rss\.php$ /site_$1_rss.php [L,R=301] RewriteRule "^comments_rss.php$" "/comments.rss" [R] +RewriteRule "^live$" "https://stream.lugcast.mywire.org/stream" [R=301,NE,L] 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] @@ -20,6 +21,7 @@ RewriteRule "^sitemap.php|^sitemap.txt" "/sitemap.html" [R=301,NE,L] RewriteRule "^tags.php" "/tags.html" [R=301,NE,L] RewriteRule "^correspondents.php" "/correspondents/index.html" [R=301,NE,L] RewriteRule "^index_full.php|^show.php|^index.php|^twat.php" "/eps/index.html" [R=301,NE,L] +RewriteRule "hosts/ken_fallon" "https://hackerpublicradio.org/correspondents/0030.html" [R=301,NE,L] RewriteRule "^calendar.php$" "http://hub.hackerpublicradio.org/calendar.php" [R,L] @@ -45,7 +47,7 @@ RewriteCond %1%2 (^|&)([^&].*|$) RewriteRule ^(.*) /$1?%2 [R=301,L] # Redirect episodes to archive.org -RewriteRule "eps/hpr([0-9]{4})\.(ogg|mp3|spx|wav|flac|opus)" "https://archive.org/download/hpr$1/hpr$1.$2" +RewriteRule "eps/hpr([0-9]{4})\.(ogg|mp3|spx|wav|flac|opus)" "https://archive.org/download/hpr$1/hpr$1.$2" RewriteRule "local/hpr([0-9]{4})\.(ogg|mp3|spx|wav|flac|opus)" "https://archive.org/download/hpr$1/hpr$1.$2" [R=301,L] # Rewrite the host series and episode pages @@ -84,11 +86,15 @@ RewriteRule hpr_mp3_rss\.php https://linuxinlaws.eu/inlaws_rss.xml -order allow,deny -allow from all +Order Allow,Deny +Allow from all + header set X-Clacks-Overhead "GNU Terry Pratchett" +Order Allow,Deny +Deny from x.x.x.x +Allow from all \ No newline at end of file