Quote:
	
	
		
			
				Originally posted by TeamCali  
Yes They are looking into it but the head programer is off today or something like that 
 
These htaccess files are all in the local site roots 
			
		 | 
	
	
 are you setting up something like this
AuthUserFile /home/sites/site4/web/private/.htpasswd 
AuthGroupFile /dev/null 
AuthName "Enter Password" 
AuthType Basic 
require user guest 
?????????????