|
Blocking through cpanel is the same as blocking in htaccess, which only applies to for access to the domain (and port 80).
If you want to block the IP completely, you'll need to log into SSH and block the ip using iptables
at the prompt, type:
iptables -I INPUT -s IP_ADDRESS_HERE -j DROP
which should block all requests that come in from that IP address
__________________
Nobody doing nothing
|