View Single Post
Old 07-21-2012, 02:31 AM  
donnie
Confirmed User
 
Join Date: Jan 2003
Posts: 1,630
Quote:
Originally Posted by Mutt View Post
not using Wowza

AddType video/mp4 mp4 didn't work - the videos aren't stored in the .htaccess protected members directory, the links to them are from the .htaccess protected members directory.

maybe i need to put that directive in an htaccess file inside the content directory?


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.
donnie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote