Skip to content

Instantly share code, notes, and snippets.

@kaushalp
Last active November 3, 2017 16:46
Show Gist options
  • Save kaushalp/7bdbd6f8f02f975769456b284d4ed5f6 to your computer and use it in GitHub Desktop.
Save kaushalp/7bdbd6f8f02f975769456b284d4ed5f6 to your computer and use it in GitHub Desktop.
allow specific ipadress
Order Deny,Allow
Deny from all
SetENVIf X-Client-IP "xxx.xxx.xxx.xxx" AllowAccess
Allow from env=AllowAccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment