Skip to content

Instantly share code, notes, and snippets.

@macmladen
Created April 7, 2014 08:23
Show Gist options
  • Save macmladen/10016594 to your computer and use it in GitHub Desktop.
Save macmladen/10016594 to your computer and use it in GitHub Desktop.
Apache
# .htaccess:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/gamasup/.htpasswd
AuthGroupFile /dev/null
require valid-user
# .htpasswd:
a:fNU9ioFLlnGn6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment