/ Published in: C
Blocks bad bots, and image theft, allows visitors inside domains.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^Wget [or] RewriteRule ^.* - [F,L} RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?seventhpartydesigns.com [NC] RewriteRule \.(jpg|jpeg|png|gif|flv|swf)? - [NC,F,L]