- Messages
- 3,534
- Reaction score
- 196
- Points
- 63
On server "boru"
do to:
When you use cPanel's under "Security" at "IP Deny Manager"
then enter "123.44.55.101" (use your real IP)
cPanel will tell you
"Users from the IP address(s) 123.44.55.101 will not be able to access your site."
This is cPanel's htaccess file made under "Security" at "IP Deny Manager"
which will NOT BLOCK anyone
try your own IP
users think they have blocked one or more IPs but they have not
ref: "Tell us what we can do in order to serve you better here."
IMHO remove the "IP Deny Manager" icon from cPanel
do to:
leafypiggy said:11-07-2010
I could go into technical detail, but essentially the server forwards all requests to a cluster of reverse proxy servers. Unfortunately, all headers sent to these servers have the IP of the server you're on (in this case, boru) rather than the actual client's IP.
When you use cPanel's under "Security" at "IP Deny Manager"
then enter "123.44.55.101" (use your real IP)
cPanel will tell you
"Users from the IP address(s) 123.44.55.101 will not be able to access your site."
This is cPanel's htaccess file made under "Security" at "IP Deny Manager"
Code:
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 123.44.55.101
which will NOT BLOCK anyone
try your own IP
users think they have blocked one or more IPs but they have not
ref: "Tell us what we can do in order to serve you better here."
IMHO remove the "IP Deny Manager" icon from cPanel