Sep 14 2008
Block Traffic from Proxy.org & China
Having had many reports of proxy webmasters being banned by Google Adsense due to non-human traffic from proxy.org and various other top sites here is a fix to have traffic from any site you choose blocked.
All you need to do is add the following in your .htaccess:
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} proxy\.org [NC]
RewriteRule .* - [...]

















