View Single Post
Old 11-13-2006, 03:05 AM  
Miura
Confirmed User
 
Join Date: Jan 2005
Posts: 278
Can I put two AuthUserFile directives in one .htaccess file?

Can this work?

AuthName "Password Protected Pages"
AuthType Basic
AuthUserFile /home/something/.htpasswd
AuthUserFile /home/otherdir/.htpasswd
Options +Includes
AddHandler server-parsed .html

order deny,allow
deny from all

Thanks for your help people!
__________________
Alex
Miura is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote