|
|
#1 (permalink) |
|
Commercial Finance Broker
Join Date: Jul 2005
Posts: 69
|
I'm getting alot of visits from a site called s m i l e y s u p p l y dot c o m.
The site appears to be a totally automated BB and I suspect they are scraping content & pretending to be genuine visitors as when you visit the referred page there are no external links and large groups of posts all have the same date & time stamp! I want to exclude them from my site, but they use more than one ip address range... I was thinking of using this example in my htaccess file. Can anyone confirm that the following should be ok...or recommend an alternative. RewriteEngine on # Options +FollowSymlinks RewriteCond %{HTTP_REFERER} targetdomain\.com [NC] RewriteRule .* - [F] |
|
|
|
|
|
#2 (permalink) |
|
Commercial Finance Broker
Join Date: Jul 2005
Posts: 69
|
Decided to implement anyway as no response... For anyone who is interested this did work!!! No more skewed stats and a potential content scraper stopped.
Now to see if theres anyone else I can get rid of! |
|
|
|