IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  Supports systemSupports system
  SecuritySecurity
    <.htaccess>.htaccess<.htaccess>.htaccess
    <.htpasswd>.htpasswd<.htpasswd>.htpasswd
    <.htgroup>.htgroup<.htgroup>.htgroup
  AppendixAppendix
 
.htgroup

The format of the group file is straightforward, one line per group, with the line containing the group name, followed by a colon, followed by the users in the group. Users are separated by commas.

In other words, an .htgroup file can look like this:

   all:frotz,gnusto
   admins:frotz   
with one line per group.