My server has been getting bombarded with hack attacks, and I read that including some "deny" commands in an .htaccess file would stop them. So far, it isn't working. Here's what I added:
deny from 202.
deny from 203.
deny from 210.
deny from 211.
deny from 218.
deny from 219.
deny from 220.
deny from 221.
deny from 222.
deny from 61.
I tried the same thing without the "." after the numbers, that didn't work either. I have this in my root directory, home directory, and store directory. What do I have wrong? Anyone know if I need something else in this file, or is there another way to stop these attacks?
deny from 202.
deny from 203.
deny from 210.
deny from 211.
deny from 218.
deny from 219.
deny from 220.
deny from 221.
deny from 222.
deny from 61.
I tried the same thing without the "." after the numbers, that didn't work either. I have this in my root directory, home directory, and store directory. What do I have wrong? Anyone know if I need something else in this file, or is there another way to stop these attacks?
