Is it possible to use 2 .htpasswd files in 1 .htaccess file?
Alright i've been having a little trouble here, could someone please point me in the right direction.
AuthUserFile /usr/home/folder1/.htpasswd
AuthUserFile /usr/home/folder2/.htpasswd
AuthGroupFile /dev/null
AuthName RESTRICTED
AuthType Basic
*Limit GET POST*
require valid-user
*/Limit*
--
This doesn't seem to work, how would I go about making it work?
Thanks for any help ^_^
|