View Single Post
Old 07-12-2001, 03:38 PM  
Logic
Registered User
 
Join Date: Jul 2001
Location: Seattle, WA, US
Posts: 14
Yep .htaccess works great... Try using this

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]

------------------
Logic
It works most of the time
Logic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote