Hello,
I have a certain visitor to my website who appears to be a scraper. I have attempted to block their IP in htaccess, and for some strange reason it won't work for this one IP (69-112-200-nnn). So I blocked using a portion of their user agent:
RewriteCond %{HTTP_USER_AGENT} Creative\ AutoUpdate [NC,OR]
That worked, but now they are using a different user agent:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
My question is, why would this particular IP not block in htaccess? I have quite a few IPs that I block. I have also contacted my hosting company and asked them to block it. They have not replied yet, but I am still not clear on why my usual methods are not working for this one. Any ideas?
Grandma_genie