View Single Post
Old 2005-02-24, 12:25 AM   #10
BruceKelly
Rock stars ... is there anything they don't know?
 
BruceKelly's Avatar
 
Join Date: Feb 2005
Location: Denver, CO
Posts: 13
Sorry about being off topic but here goes.
Put your stuff in...

RewriteEngine On
RewriteCond %{HTTP_REFERER} !http://00.00.000.000 [NC]
RewriteCond %{HTTP_REFERER} !http://yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !http://www.yourdomain.com [NC]
RewriteRule /* http://www.yourdomain.com/your-hotlinker-hell.html [R,L]

Put it in your images (ONLY) directory. Blocks everyone from that directory but you.
-B
BruceKelly is offline   Reply With Quote