| 
	
	
		
			
			 
				
				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
			 
		
		
		
		
	
	 |