update .htaccess file (hotlink images)

This commit is contained in:
Dominic Reich 2024-01-09 12:34:38 +01:00
parent 9eeb1f4dc3
commit 24362b6441
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -21,6 +21,7 @@ RewriteCond "%{HTTP_REFERER}" "!^$"
RewriteCond "%{HTTP_REFERER}" "!www.google.com"
RewriteCond "%{HTTP_REFERER}" "!www.bing.com"
RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC]
RewriteCond "%{HTTP_REFERER}" "!oe7drt.net" [NC]
RewriteRule "\.(gif|jpe?g|png)$" "https://oe7drt.com/hotlinked.png" [R,L]
# Other rewrites