Quick Tip: {REMOTE_ADDR} behind proxy or Firewall .htaccess
Handling resources, redirects and other operations is very easy and useful using the .htaccess file of Apache web server.
Sometimes, we want to block or redirect traffic based on its network IP address.
But what to do when %{REMOTE_ADDR} returns the wrong address? (more…)