word is also don't redirect traffic to other site, google don't like it (if you care about google who don't like anything what is adult...)
i'm blocking in htaccess using such code:
GeoIPEnable On
SetEnvIf GEOIP_COUNTRY_CODE CN BlockCountry
SetEnvIf GEOIP_COUNTRY_CODE KR BlockCountry
Deny from env=BlockCountry
(china, korea in above example)
(but i'm sure you know this one..)
also they still reach my sites through proxxy :D
|