Created
August 23, 2021 07:02
-
-
Save kenng/c7ffcc90179108bbe462596e7a7bb802 to your computer and use it in GitHub Desktop.
.htaccess with username password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthType Basic | |
AuthName "Password Protected Area" | |
AuthUserFile /path/to/.htpasswd | |
Require valid-user |
Author
kenng
commented
Aug 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment