New Zenner
- Join Date:
- Feb 2007
- Posts:
- 24
- Plugin Contributions:
- 0
Prompted for credentials - downloads
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.
#prevent directory browsing -- for security
IndexIgnore */*
AuthType Basic
AuthName "No access"
AuthUserFile .htnopasswd
AuthGroupFile /dev/null
Require valid-user
Anyone have any ideas?