forked from HPR/hpr_hub
Update ini/www.htaccess
Added current file - the blocked IP addresses have been removed
This commit is contained in:
parent
33456db630
commit
6ef4be09f7
@ -1,10 +1,11 @@
|
|||||||
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]
|
||||||
|
|
||||||
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]
|
||||||
@ -17,6 +18,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]
|
||||||
|
|
||||||
@ -42,7 +44,7 @@ RewriteCond %1%2 (^|&)([^&].*|$)
|
|||||||
RewriteRule ^(.*) /$1?%2 [R=301,L]
|
RewriteRule ^(.*) /$1?%2 [R=301,L]
|
||||||
|
|
||||||
# Redirect episodes to archive.org
|
# 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]
|
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
|
# Rewrite the host series and episode pages
|
||||||
@ -81,11 +83,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