I have the following code in my .htaccess file for blocking an IP range:
Order Deny,Allow
Deny from ^178.137
The purpose is to block any IP that starts with 178.137
However, I still get hits from IPs within this block. Is my code correct? If it is, I will contact hosting support as there may be an upper-level rule overriding my rule.