Skip to content

Instantly share code, notes, and snippets.

@aliemre
Last active August 29, 2015 13:56
Show Gist options
  • Save aliemre/8931204 to your computer and use it in GitHub Desktop.
Save aliemre/8931204 to your computer and use it in GitHub Desktop.
Htaccess Authentication
.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