.htaccess file in root dir:
ErrorDocument 404 /index.html
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|mpg|MPG|Mpeg|mpeg|MPEG|rm|RM) $
http://www.yourdomain.com [R,L]
Found in yesterday's thread.
[This message has been edited by Equinox (edited 07-13-2001).]
[This message has been edited by Equinox (edited 07-13-2001).]