RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://ServerIP/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://ServerIP$ [NC] RewriteCond %{HTTP_REFERER} !^http://YourSite.org/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://YourSite.org$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.YourSite.org/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.YourSite.org$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|zip|rar|mpg|mp3)$ http://www.SomeOtherSite.org/Theif.gif [R,NC]