Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


htaccess_files

This is an old revision of the document!


.htaccess files

Apache documentation on .htaccess
Apache documentation on auth.html

to create a new password file:

# htpasswd -c /var/www/passwd/passwords rbowen
New password: mypassword
Re-type new password: mypassword
Adding password for user rbowen

to append to existing password file:

# htpasswd /var/www/passwd/passwords rbowen
New password: mypassword
Re-type new password: mypassword
Adding password for user rbowen
htaccess_files.1202067346.txt.gz · Last modified: 2008/02/03 14:35 by juckins