forked from HPR/hpr_hub
Merge branch 'main' into main
This commit is contained in:
commit
713097d164
@ -1,6 +1,6 @@
|
|||||||
RewriteEngine on
|
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]
|
RewriteRule (.*) - [F,L]
|
||||||
|
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Pocket Casts|PocketCasts) [NC] # Target specific user-agent (replace with actual string)
|
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 "^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 "^maillist$" "https://lists.hackerpublicradio.com/mailman/listinfo/hpr" [R=301,NE,L]
|
||||||
RewriteRule "^download.php" "/syndication.html" [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 "^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 "^tags.php" "/tags.html" [R=301,NE,L]
|
||||||
RewriteRule "^correspondents.php" "/correspondents/index.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 "^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]
|
RewriteRule "^calendar.php$" "http://hub.hackerpublicradio.org/calendar.php" [R,L]
|
||||||
|
|
||||||
@ -84,11 +86,15 @@ RewriteRule hpr_mp3_rss\.php https://linuxinlaws.eu/inlaws_rss.xml
|
|||||||
|
|
||||||
|
|
||||||
<Files 403.shtml>
|
<Files 403.shtml>
|
||||||
order allow,deny
|
Order Allow,Deny
|
||||||
allow from all
|
Allow from all
|
||||||
|
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
<IfModule headers_module>
|
<IfModule headers_module>
|
||||||
header set X-Clacks-Overhead "GNU Terry Pratchett"
|
header set X-Clacks-Overhead "GNU Terry Pratchett"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
Order Allow,Deny
|
||||||
|
Deny from x.x.x.x
|
||||||
|
Allow from all
|
Loading…
Reference in New Issue
Block a user