Renaming of Talk With a Techie acronym to TWT (part 1/n) #39

Closed
kdmurrayhpr wants to merge 2 commits from (deleted):main into main
3 changed files with 4 additions and 14 deletions
Showing only changes of commit 03b3f27404 - Show all commits

View File

@ -1,11 +1,8 @@
RewriteEngine on RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} (DataForSeoBot|MJ12bot|AhrefsBot|AwarioBot|BLEXBot|dotbot|PetalBot|SemrushBot*|SiteAuditBot|SplitSignalBot|Yandex) [NC] RewriteCond %{HTTP_USER_AGENT} (ClaudeBot|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)
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 "^live$" "https://stream.lugcast.mywire.org/stream" [R=301,NE,L]
@ -81,9 +78,6 @@ RewriteRule eps\.php /eps/hpr%1/index.html? [L]
#RewriteRule "eps\.php" "/eps/hpr%2/index.html?" [L] #RewriteRule "eps\.php" "/eps/hpr%2/index.html?" [L]
RewriteRule "^eps\.php$" "/eps/index.html" [R=301,L] RewriteRule "^eps\.php$" "/eps/index.html" [R=301,L]
RewriteCond %{QUERY_STRING} series=111
RewriteRule hpr_mp3_rss\.php https://linuxinlaws.eu/inlaws_rss.xml
<Files 403.shtml> <Files 403.shtml>
Order Allow,Deny Order Allow,Deny
@ -94,7 +88,3 @@ Allow from all
<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

View File

@ -116,7 +116,7 @@ print '<?xml version="1.0" encoding="UTF-8" ?>' . "\n";
<webMaster>admin@hackerpublicradio.org (HPR Volunteer)</webMaster> <webMaster>admin@hackerpublicradio.org (HPR Volunteer)</webMaster>
<generator>kate</generator> <generator>kate</generator>
<docs>http://www.rssboard.org/rss-specification</docs> <docs>http://www.rssboard.org/rss-specification</docs>
<ttl>43200</ttl> <ttl>720</ttl>
<skipDays> <skipDays>
<day>Saturday</day> <day>Saturday</day>
<day>Sunday</day> <day>Sunday</day>

View File

@ -197,7 +197,7 @@ print '<?xml version="1.0" encoding="UTF-8" ?>' . "\n";
<webMaster>admin@hackerpublicradio.org (HPR Volunteer)</webMaster> <webMaster>admin@hackerpublicradio.org (HPR Volunteer)</webMaster>
<generator>kate</generator> <generator>kate</generator>
<docs>http://www.rssboard.org/rss-specification</docs> <docs>http://www.rssboard.org/rss-specification</docs>
<ttl>43200</ttl> <ttl>720</ttl>
<skipDays> <skipDays>
<day>Saturday</day> <day>Saturday</day>
<day>Sunday</day> <day>Sunday</day>