When I try to access my downloads through the shopping cart I am prompted for user name and password.
My .htaccess file is what is "standard" from what I understand.
Anyone have any ideas?Code:#prevent directory browsing -- for security IndexIgnore */* AuthType Basic AuthName "No access" AuthUserFile .htnopasswd AuthGroupFile /dev/null Require valid-user



