Use "ModRewrite" in Apache, and put this in your .htaccess file.
AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.DOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^http://DOMAIN.com [NC]
RewriteRule /* http://www.DOMAIN.com/forbidden.html [R,L]

----- Original Message ----- 
From: "Joe Darwin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 20, 2001 7:49 PM
Subject: IIS Security for Images


> I am looking fo ra way to keep the security tight and that way people
> will have no way to link to my images from auction sites.
> 
> I think it may be done using an ISAPI filter but not really sure where
> to look.  I have tried searches for "hotlink"   &  "Remote-Linking".
> 
> Any help is greatly appreciated.
> 
> Thank you
> 
> 

Reply via email to