Return to Tech/www/apache

Apache HTTPD - Basic Auth

.htaccess
file:.htaccess

AuthType Basic
AuthUserFile /SomeLocation/SomeFile
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
require valid-user

Return to Tech/www/apachehttpd