hi there
I have a whole domain which is htpasswd protected
I have direct links to video within this site
meaning <a href='videofile.wmv'> download video </a>
When I click on this or try to right-click save as, I get prompted to login again, for every video.
Is there a way to have it so that user don't get prompted once they've gone through their initial authentication when they hit the website?
Here's whats in my hptasswd currently
AuthName "Members Only"
AuthType Basic
AuthUserFile /AuthGroupFile /dev/null
require valid-user
Options -Indexes
I have a whole domain which is htpasswd protected
I have direct links to video within this site
meaning <a href='videofile.wmv'> download video </a>
When I click on this or try to right-click save as, I get prompted to login again, for every video.
Is there a way to have it so that user don't get prompted once they've gone through their initial authentication when they hit the website?
Here's whats in my hptasswd currently
AuthName "Members Only"
AuthType Basic
AuthUserFile /AuthGroupFile /dev/null
require valid-user
Options -Indexes