View Single Post
Old 07-13-2001, 10:03 PM  
X37375787
Guest
 
Posts: n/a
.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).]
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote