Code: Alles auswählen
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?myDomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://www.myDomain.com/nasty.gif [R,L]
https://www.javascriptkit.com/howto/htaccess10.shtml
gefunden - leider will es irgendwie nicht - hat jemand Erfahrungen mit dieser Art von Bild-Hotlink-Sperre ?
Gruss,
shapeshifter