21.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-09-2014, 01:17 AM
Post: #1
Google Translate Scrappers have access
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.

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)




32.gif