Jump to content

Deny IP not working


Recommended Posts

Im trying to ban ip which are spamming my comments but it doesnt work, i use code:

 

# BAN USER BY IP

<Limit GET POST>

order allow,deny

deny from 96.47.225.

deny from 96.47.224.

deny from 173.44.37.

allow from all

</Limit>

 

in htaccess of course, it should ban ip like 96.47.224.42 but it doesnt work, im still getting spam comments from this ip and similiar, what to do ?

Link to comment
Share on other sites

×
×
  • Create New...