*Copy the <code>.htpasswd</code> file to the web application path (i.e. /var/hda/web-apps/appname).
*Create the <code>.htaccess</code> file:
{{Text|AuthUserFile /var/hda/web-apps/linfo/.htpasswdAuthGroupFile /dev/nullAuthName "Password Protected AreaLinfo Access"
AuthType Basic
<limit GET POST>AuthUserFile /var/hda/web-apps/linfo/htpasswdrequire valid-user</limit>}}
</blockquote>