Netro Support: Web Site Authentication

Overview
Apache: Authentication, Authorization, and Access Control

Configuration
Please contact support to advise you require "AuthConfig" enabled,
so that we can update your httpd.conf entry:
<Directory /home/userid/wwwroot/>
AllowOverride AuthConfig
</Directory>

Create .htaccess file (upload via FTP)
remember to substitute userid with correct name.
example shown below to protect a "secure" folder.

AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/userid/wwwroot/secure/passwords
Require valid-user

Create password file (requires Apache)
htpasswd -c /home/userid/wwwroot/secure/passwords userid