IP Deny Manager

3 posts / 0 new
Last post
#1 Thu, 09/04/2008 - 01:49
grayfuz

IP Deny Manager

Is there an addon for ip deny manager like in cpanel?

Thu, 09/04/2008 - 04:56
andreychek

Howdy,

I'm not familiar with the cPanel version, how does that work, and what does it deny the IP from doing?

I'm not familiar with an "IP Deny Manager" as such, but perhaps there's another way to accomplish the same task.
-Eric

Thu, 09/04/2008 - 19:32
cyrus

I have created a .htaccess for a particular virtual domain and included the following:

[code:1]<Limit GET POST>
order deny,allow
deny from xx.IP.xx
deny from xx.IP.xx
deny from xx.IP.xx
</Limit>
[/code:1]

Topic locked