06-09-2014, 01:17 AM
Even if you block an Ip, I found out that scrappers and that kind of people have still access to your site if they translate your site in google, I find this out on one of my sites where I blocked some people that have nothing to search on my site. They translated the page or post in google translate and they still can see your stuff. I have placed this in my .htaccess, delete after this also your cache.
(I am not from USA so my english is sometimes horrible, sorry for that)
Code:
RewriteCond %{HTTP_REFERER} translate\.google\.com [NC,OR]
RewriteCond %{HTTP_REFERER} translate\.googleusercontent\.com [NC]
RewriteRule .* - [R=403,L]
(I am not from USA so my english is sometimes horrible, sorry for that)