|
|
|
|
|
|
|
|
|
#2 |
|
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 |
|
|
|
|
|