View Single Post
Old 2005-03-20, 08:22 PM   #6
ngb1959
Oh no, I'm sweating like Roger Ebert
 
ngb1959's Avatar
 
Join Date: Jun 2004
Location: In A Box, A Big Old Box
Posts: 501
Here's my htaccess:


ErrorDocument 404 http://www.dreamypleasures.com
ErrorDocument 403 http://www.dreamypleasures.com

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://.*dreamypleasures.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.*nastymcnasty.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.*jcctopsites.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.*aebn.net [NC]
RewriteCond %{HTTP_REFERER} !^http://.*google.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.*69topsites.com [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]

Should I change something here?

Thanks guys!
ngb1959 is offline   Reply With Quote