View Single Post
Old 05-20-2004, 11:29 PM  
lazzlo
Confirmed User
 
lazzlo's Avatar
 
Join Date: Sep 2003
Location: Toronto
Posts: 3,709
Or a quick an easy way i think, works for me
Make a .htaccess file
fill in your domain
upload it
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC]
RewriteRule .*\.(gif|jpg|mpg|wmv|)$ [R,NC]
__________________
lazzlo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote