These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for IP Deny Manager on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
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
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]