############################################################################################ # Authentication AuthType Basic AuthName "Password Required" AuthUserFile /pages/.htpasswd #AuthGroupFile /pages/group.file #Require valid-user ############################################################################################ # Protect .htaccess order allow,deny deny from all ############################################################################################ # directory browsing IndexIgnore */* #Options All -Indexes ############################################################################################ # Protect reports.html order allow,deny deny from all #finis