Skip to content

Instantly share code, notes, and snippets.

@ionurboz
Forked from kennethreitz/.htaccess
Created February 27, 2020 11:35
Show Gist options
  • Select an option

  • Save ionurboz/f2d4cb750f24be414c8a81d501190a8c to your computer and use it in GitHub Desktop.

Select an option

Save ionurboz/f2d4cb750f24be414c8a81d501190a8c to your computer and use it in GitHub Desktop.
(Passwd) Basic Authentication .htaccess example
Options +Indexes
<Files *>
AuthType Basic
AuthName "Please enter your username and password."
AuthUserFile .htpasswd
Require valid-user
</Files>
#test: test
test:$apr1$B0PZQ...$asbsdGFmsOmaKsTSEE81F.
# generator: http://sherylcanter.com/encrypt.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment