View Single Post
Old 2004-11-29, 10:27 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
in your .htaccess, put:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://YOURDOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.YOURDOMAIN.com [NC]
RewriteRule .*\.([gG][iI][fF]|[jJ][pP][gG])$ - [F]

alternatively

RewriteEngine on
RewriteCond %{HTTP_REFERER} chatropolis.com [NC]
RewriteRule .* - [F]
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote