Changes

From Amahi Wiki
Jump to: navigation, search
60 bytes added ,  23:49, 10 August 2011
{{Code|htpasswd -b .htpasswd username password}}
*Copy the <code>.htpasswd</code> file to the web application path (i.e. /var/hda/web-apps/appname).
*Create the <code>.htaccess</code> file (change appnamein AuthName and AuthUserFile lines; i.e. Linfoand linfo respectively):
{{Text|AuthName "appname Access"
AuthType Basic
AuthUserFile /var/hda/web-apps/linfoappname/htpasswd
require valid-user}}
</blockquote>
12,424

edits