--- .htaccess.org 2004-12-08 00:10:12.967702104 +0000 +++ .htaccess 2004-12-08 00:10:49.435158208 +0000 @@ -1,10 +1,13 @@ -AuthUserFile .htpasswd +AuthUserFile /var/www/localhost/htdocs/dbmailadministrator/.htpasswd AuthGroupFile None AuthType Basic AuthName "Welcome to DBMA. Please enter your username and password." require valid-user -order allow,deny -allow from all +Options Multiviews ExecCGI + + Order allow,deny + Allow from all +