docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualSecurity
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

.htaccess
.htgroup
.htpasswd

.htpasswd

The format of the password file is straightforward, one line per user, with the line containing the user name, followed by a colon, followed by the user's password encrypted with the standard Unix password encryption. <crypt> can be used to encrypt such a password.

In other words, an .htpasswd can look like this:



    frotz:taeWr6tbTZKO6
    gnusto:jKXVnZH6eXR7
   

with one line for each user.