I'm currently serving mp4 video files from my Django site so that they can be played through html5 in the browser. The video doesn't work in Win 7, IE9. I have read around and people suggested I place the following line in the .htaccess file:

AddType video/mp4 .mp4

On an Apache server running Django through WSGI, where am I supposed to place the above line?

Apache current resides at /etc/apache2 with the following contents:

/etc/apache2$ ls
apache2.conf  conf.d  envvars  httpd.conf  magic  mods-available  mods-enabled     ports.conf  sites-available  sites-enabled
link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.