Created
July 10, 2013 12:34
-
-
Save nicolasmarengo/5965926 to your computer and use it in GitHub Desktop.
.htaccess with Load Balancer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetEnvIF X-FORWARDED-FOR "^11\.111\.11\.11$" AllowIP | |
order deny,allow | |
allow from 11.111.11.11 | |
allow from env=AllowIP | |
deny from all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment