Last active
September 19, 2019 16:51
-
-
Save cyancey76/1e4830b817e347e3b441479cba07f0cb to your computer and use it in GitHub Desktop.
.htaccess password protect #htaccess
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 |
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
user:$apr1$oPFKtZHg$CtSs.3bl6dM9BjgsFVSV50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment