I have the following in my .htaccess file:
deny from 213.174.140.69
Yet the following showed up in my log:
213.174.140.69 - - [05/May/2012:12:49:35 -0600] "HEAD /wpsamples/chocolate_L.mp3 HTTP/1.1" 200 - "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11"
How does this happen?
I should note that there are many other IPs listed in the .htaccess file and they all seem to be blocked as expected.