Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created May 24, 2017 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/8da21a1a32387287f755beda11adcee8 to your computer and use it in GitHub Desktop.
Save evemilano/8da21a1a32387287f755beda11adcee8 to your computer and use it in GitHub Desktop.
htaccess password protection
AuthType Basic
AuthName "Password Protected Area"
AuthUserFile /path/to/.htpasswd
Require valid-user
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment