View Single Post
Old 2004-02-15, 04:50 PM   #2
abe
Just because I don't care doesn't mean I don't understand!
 
Join Date: Sep 2003
Location: Belgium
Posts: 99
Try a htaccess with this:

ErrorDocument 401 YourError.htm
ErrorDocument 403 YourError.htm
ErrorDocument 404 YourError.htm


Options -Indexes

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://YourDomain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.YourDomain.com [NC]
RewriteRule .\.(mpg|mpeg|jpg|gif)$ - [F,L]


Replace the YourDomain
abe is offline   Reply With Quote