Created
November 20, 2017 13:15
-
-
Save shabbirbhimani/d9d46cc0124239f68a1f1a602eb1d776 to your computer and use it in GitHub Desktop.
Password Protect Dummy Directory
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 "XenForo Admin" | |
AuthUserFile "/home/********/.htpasswds/public_html/dummy/passwd" | |
require valid-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment