Has anyone found an effective way of blocking the Baidu spider.
It ignores robots.txt by all accounts and seems to be ignoring my attempts to block it using .htaccess
Perhaps I'm coding .htaccess wrong.
I've used
order allow,deny
deny from baidu.com
deny from crawl.baidu.com
deny from 220.181.7.
deny from 123.125.66.
deny from 180.76.5.
deny from 93.158.
allow from all
Any help gratefully received
It ignores robots.txt by all accounts and seems to be ignoring my attempts to block it using .htaccess
Perhaps I'm coding .htaccess wrong.
I've used
order allow,deny
deny from baidu.com
deny from crawl.baidu.com
deny from 220.181.7.
deny from 123.125.66.
deny from 180.76.5.
deny from 93.158.
allow from all
Any help gratefully received