Created
August 13, 2014 08:06
-
-
Save ejntaylor/165eb9792d091052e823 to your computer and use it in GitHub Desktop.
Basic Auth
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
# END WordPress | |
AuthType Basic | |
AuthName "restricted area" | |
AuthUserFile /home/rstage/public_html/.htpasswd | |
require valid-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment