Quote:
Originally Posted by donnie
I have my files in a .htaccess protected members directory and I was having the exact same problem as you.
Here is the complete .htaacess file that I am using:
RewriteEngine On
RewriteRule ^content/.*$ - [PT]
AddType video/mp4 mp4
Where "content/" is path to your content folder of course. I have this .htaccess file in my members directory and my files are stored in members/content.
I am not sure but I guess you could try putting these lines in both of your .htaccess files and see if it works. It cant break anything as far as I know.
|
thanks will give that a shot.