*Delete a user, do the following:
{{Code|htpasswd -D /var/hda/web-apps/appname/.htpasswd username}}
*Create the <code>.htaccess</code> file in teh the /var/hda/web-apps/appname/html directory (change '''appname''' in ''AuthName'' and ''AuthUserFile'' lines; i.e. '''Linfo''' and '''linfo''' respectively):
{{Text|AuthName "appname Access"
AuthType Basic