AuthUserFile /home/[domainname]/.htpasswd AuthGroupFile /dev/null AuthName ByPassword AuthType Basic require user [username]
htpasswd -c /home/[domainname]/.htpasswd [username]
htpasswd /home/[domainname]/.htpasswd [username2]