# START STOPP HOTLINKING # BESCHREIBUNG UND INFORMATIONEN VON DANIEL WEIHMANN, MEHR UNTER # http://www.redirect301.de/bilder-hotlinking-verhindern.html RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www\.hier-die-eingene-domain-eintragen\.de.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www\.google\..*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www\.bing\..*$ [NC] RewriteCond %{HTTP_REFERER} !^http://pinterest\.com.*$ [NC] RewriteCond %{REQUEST_URI} !^.*hotlink\.png$ [NC] RewriteRule ^.*\.(gif|jpg|png|jpeg)$ http://www.hier-die-eingene-domain-eintragen.de/hotlink.png [NC,R,L] # ENDE STOPP HOTLINKING