Last active
August 29, 2015 13:56
-
-
Save aliemre/8931204 to your computer and use it in GitHub Desktop.
Htaccess Authentication
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
.htaccess | |
----------------- | |
AuthType Basic | |
AuthName "Mendil Sepeti" | |
AuthUserFile /home/mendil/public_html/.htpasswd | |
Require valid-user mendilsepeti | |
.htpasswd | |
----------------- | |
mendilsepeti:$apr1$2iqpc0as$8biTnaAMhrUK0yBTmvleb. | |
Not: Search for "Htpasswd Encode" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment