Skip to content

Instantly share code, notes, and snippets.

@Guibzs
Created February 7, 2020 20:23
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 Guibzs/d5ebff43069ee0478e740cbc5a1a0b12 to your computer and use it in GitHub Desktop.
Save Guibzs/d5ebff43069ee0478e740cbc5a1a0b12 to your computer and use it in GitHub Desktop.
HTACCESS - HTPASSWD
AuthName "Protected"
AuthType Basic
Require valid-user
AuthUserFile /ABSOLUTE_URL/.htpasswd
USER:ENCRYPTED_PASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment