View Single Post
Old 04-28-2005, 11:58 AM  
FireFoz
Confirmed User
 
Join Date: Apr 2002
Posts: 480
Put something like this in a .htaccess file and upload it


RewriteEngine on
RewriteCond %{REQUEST_URI}!^/downloads/images/.+
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com [NC]
RewriteCond %{REQUEST_URI}!^/.+
RewriteCond %{HTTP_REFERER}!^http://(www\.)?allowed-site.net [NC]
RewriteRule \.(jpe?g¦gif¦htm¦html)$ - [NC,F]
__________________
FireFoz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote