I need to block all traffic from this link
http://teensvideo.info/cgi-bin/ucj/c...com/main.shtml
teensvideo.info is sending me 1000's of fake hits.
So I searched for htaccess help and everybody says to use this, but it doesnt stop me from being about to get to my site from his.
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://.*teensvideo.info/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*domain2.com/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*domain3.com/* [NC]
RewriteRule /* http://www.redirected.com
http://teensvideo.info/cgi-bin/ucj/c...com/main.shtml
teensvideo.info is sending me 1000's of fake hits.
So I searched for htaccess help and everybody says to use this, but it doesnt stop me from being about to get to my site from his.
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://.*teensvideo.info/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*domain2.com/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*domain3.com/* [NC]
RewriteRule /* http://www.redirected.com

Comment