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