update .htaccess file (hotlink images)
This commit is contained in:
parent
9eeb1f4dc3
commit
24362b6441
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue