View Full Version : bitz is pissed off
is there anyway that i can prevent little dickheads from hotlinking off my pics..
basschick
01-15-2001, 03:48 AM
sure! use .htaccess so that your pics will only answer if called from your own domain.
what do i put in the .htaccess file
Dan S
01-15-2001, 04:30 AM
call the file .htaccess
you need to store your images in seperate subfolders if you do not want you html also protected.
this code should do the work:
-------------------------------
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomainsipnumberhere/ [NC]
RewriteRule /* http://www.whereveryouwanttoredirect.com/ [L,R]
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.