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!