> Here's what I have in my .htaccess file currently: > > #Access file > order allow, deny > allow from all > require valid-user > Authname edit > Authtype Basic > AuthUserFile /my path to the .htpasswd file > > > Add: AuthPAM_Enabled off -- Dan Kriwitsky