Hi everyone,
I have had a heck of a time working on this problem so I thought I would ask it here:
I have a directory that is password protected through an htaccess file.
The directory holds a bunch of image files & flvs.
Our web app allows people to login to the system via a simple php/mysql script
Once they are logged in, I want them to be able to access the files in the protected directory.
I know how to view the images with a php_proxy script, But I can’t figure out how to get the JW player to play the flv’s.
I was wondering if there is a way for php to tell the htaccess file the username and password for the htaccess file so that the restriction is lifted and we can play the flv’s for that user.
Any insight would be great, Thanks