Created
November 1, 2014 23:19
-
-
Save laurelstreng/daab52174ad7e508e8f9 to your computer and use it in GitHub Desktop.
Password protect your website using the .htaccess file
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
AuthName "Restricted Area" | |
AuthType Basic | |
AuthUserFile /full/path/name/.htpasswd | |
require valid-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment