Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rachelmccollin/cd143fa7f8fd5a434874 to your computer and use it in GitHub Desktop.

Select an option

Save rachelmccollin/cd143fa7f8fd5a434874 to your computer and use it in GitHub Desktop.
Writing snippets
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Access Control"
AuthType Basic
order deny,allow
deny from all
#IP address to Whitelist
allow from xxx.xxx.xxx.xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment