How to Block Proxy.org Traffic
There are many instances where Google adsense account was banned. The reason being click fraud on web proxies. It has also been noted that non-human traffic was coming from proxy.org by few peoples. So it would be safe to block such traffic (though proxy.org can be a great source of proxy traffic
)
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} proxy\.org [NC]
RewriteRule .* - [F]
You can change proxy\.org to any other url which you want to block - if the site traffic looks suspicious.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Comments
They has been alot of discussion about this and it’s safe to say that proxy.org traffic poses no threat to legitimate proxy webmasters. They did have a few problems months ago but Baron took measures to make sure his service is not abused. Besides that, proxy.org is a great place to get traffic.











could you explain more detail on this section ?
in which file i should add these codes ?
thanks.