gnilson/BugBox/master/framework/Targets/php_address_book_7_0_0/application/config/mod_auth.sample/.htaccess - Htaccess File

gnilson/BugBox/master/framework/Targets/php_address_book_7_0_0/application/config/mod_auth.sample/.htaccess

############## Security stuff ##############

# Prevent viewing this file
<Files .htaccess>
  order allow,deny
  deny from all
</Files>

# Setup basic user authetification
#
# Create your own password (.htpasswd) file:
# * http://www.htaccesstools.com/htpasswd-generator/
#
AuthUserFile .htpasswd
AuthName "Please login:"
AuthType Basic

Require valid-user

########### END - Security stuff ############

On Github License

Files

Download PDF of Htaccess file

Comments

Apache