Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Created August 13, 2014 08:06
Show Gist options
  • Save ejntaylor/165eb9792d091052e823 to your computer and use it in GitHub Desktop.
Save ejntaylor/165eb9792d091052e823 to your computer and use it in GitHub Desktop.
Basic Auth
# END WordPress
AuthType Basic
AuthName "restricted area"
AuthUserFile /home/rstage/public_html/.htpasswd
require valid-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment