|
hi tom thanks for posting I'm really keen to get this sorted out
my htaccess is as follows
RewriteEngine on
RewriteCond %{HTTP_REFERER} usefulidiots [OR]
RewriteCond %{HTTP_REFERER} fusker [OR]
RewriteCond %{HTTP_REFERER} kladblog [OR]
RewriteCond %{HTTP_REFERER} 6park [OR]
RewriteCond %{HTTP_REFERER} dreamwiz [OR]
RewriteCond %{HTTP_REFERER} webrats [OR]
RewriteCond %{HTTP_REFERER} 67.18.226.50 [OR]
RewriteCond %{HTTP_REFERER} petardas
RewriteRule .* - [F,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?slut-teens.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?frenchcum.com [NC]
RewriteCond %{REMOTE_ADDR} !^208.99.195.144 [NC]
RewriteRule \.(jpg|jpeg|png|gif|mpg|wmv)$ - [NC,F,L]
|