How can I get .htaccess to block a clients true IP address? It only seems to block the proxy ip.
e.g. Joe is using his ISP's proxy server 80.80.80.80. His true IP address (as indicated in X_FORWARDED_FOR) is 80.123.123.123. What I want to do is to block the 80.123.123.123
But .htaccess doesn't do this. It doesn't block 80.123.123.123 as this address is the X_FORWARDED_FOR IP and not the host_ip
I can't block 80.80.80.80 as this would block out thousands of users.
e.g. Joe is using his ISP's proxy server 80.80.80.80. His true IP address (as indicated in X_FORWARDED_FOR) is 80.123.123.123. What I want to do is to block the 80.123.123.123
But .htaccess doesn't do this. It doesn't block 80.123.123.123 as this address is the X_FORWARDED_FOR IP and not the host_ip
I can't block 80.80.80.80 as this would block out thousands of users.