views:

55

answers:

0

I have a directory in a website that the user has asked to password protect. Once I protected the directory, the webpages would no longer play the videos in the directory. The files use a plug-in from ProShow, and the have a file extension of (.px). At first I though it was the .js file that was being loaded from the ProShow website, but I have since moved the .js file to the same directory, with the same result.

To confirm that there are no other issues, I deleted the .htaccess file, and the videos played.

My .htaccess file currently looks like this:

authtype basic authgroupfile /dev/null authuserfile /home/content/d/o/n/donriga/htconfig/.htpassword.ghtpassword authname "Secure Area" require user riga2

Can anyone assist in modifying the .htaccess file which would allow the .px file to play?