I created an htaccess file in the root of an addon domain and added
Order Allow,Deny
Deny from 82.99.30.
Allow from all
The 82.99.30.* range is some search spider that constantly visits one of my sites and I want to deny them access to the entire site. Everything I've read says that this should work yet this address still shows up in my logs. What am I doing wrong?