I’m writing this because blocking by domain on my hosts pretty much kills my web site and so I have had to learn to block ip addresses. Blocking single ip addresses is simple as you just need something like the following
order allow,deny
deny from 9.120.161.206
allow from all
And that will block the computer [...]

Last Comments