Created
September 21, 2012 13:23
-
-
Save quoidautre/3761439 to your computer and use it in GitHub Desktop.
APACHE: password protection with .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 "restricted area" | |
| AuthUserFile /home/prem/html/protect-dir/.htpasswd | |
| require valid-use | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment