Home | Geschichten | Kunst | Computer | Tindertraum |
.htaccess
:
# block hotlinking of images
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://traumwind.de/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]
(Important: this here simply blocks the request, not bothering to replace it with another pic. That would cost bandwidth too...)
[ by Martin>] [permalink] [similar entries]
similar entries (vs):
similar entries (cg):