home *** CD-ROM | disk | FTP | other *** search
/ ftp.hitl.washington.edu / ftp.hitl.washington.edu.tar / ftp.hitl.washington.edu / pub / publications / r-98-38 / .htaccess next >
Text File  |  1998-11-12  |  182b  |  9 lines

  1. AuthUserFile /home/www/pub/db/.htpasswd
  2. AuthGroupFile /home/www/pub/db/.htgroup
  3. AuthName a duly authorized account
  4. AuthType Basic
  5.  
  6. <Limit GET POST>
  7. require group authorized
  8. </Limit>
  9.