here you go, this is what I use
----
AuthUserFile PWFILES=/var/www/virtual/passwords/passfiles.txt
AuthGroupFile /dev/null
AuthName "Members"
AuthType Basic
<limit GET PUT POST>
require valid-user
</limit>
----
Quote:
|
Originally Posted by Calvinguy
Can someone post an example of a .htaccess file using more than one htpasswd file?
|