Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active September 14, 2020 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgorGavrilenko/d47c3c25c9d083c103cbbc5716792f1e to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/d47c3c25c9d083c103cbbc5716792f1e to your computer and use it in GitHub Desktop.
.htpasswd
AuthGroupFile /dev/null
AuthType Basic
AuthUserFile /home/name/domains/newcardplace-html.informbox.ru/.htpasswd/public_html/.htpasswd
AuthName "Member's Area"
require valid-user
ErrorDocument 401 "Unauthorized Access"
Options +FollowSymLinks -SymLinksIfOwnerMatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment