Forum Moderators: phranque
I have a password protected directory using .htaccess and I have a large number of real media streaming videos in this directory for my members.
Every time a member goes to view a video they have to keep re-entering their user name and password every time which is very annoying and is losing subscribers.
A member should only have to enter in user name and password one time to get into the members area...not every time they want to view a video.
What can I do to fix this?
Any help would be greatly appreciated.
Welcome to WebmasterWorld!
I'm not sure why you mentioned MIME types in your thread description. Do you suspect the MIME type of your streaming media files is incorrect?
Also, can you clarify: Is the browser getting a password required when trying to view a page showing the media files that can be viewed, or is it getting the password required each time a link to a media file is clicked? I'm not all that familiar with streaming media setups, but it may be important to identify whether the browser is getting the auth error at the page level, or if the streaming media plugin or player is getting the auth error.
The usual cause of authentication problems in a pure html-page-viewing situation is the the authentication domain does not include the files which are accessed. But this doesn't sound like what's happening here.
Jim
You may wish to try the following, and publish these instructions on your site if it works.
In Internet Explorer, click "Tools->Internet Options->Security." Select the "Internet" zone. Click on the "Custom Level" button.
At the bottom of the security options list, select either "Automatic logon with current username and password" or "Prompt for user Name and Password."
If you find that either of these is already selected, then this solution won't work because there is some other problem.
Jim