jdd-gmane wrote:
Le 09/05/2012 17:24, Martin Helm a écrit :
I saw a discussion here
http://stackoverflow.com/questions/2643447/html5-video-mp4-and-ogv-problems-...
which indicates in one of the replies that you should add the mime types to your .htaccess file
Quote from above:
Add these lines in your .htaccess file and it will work for all browsers. Works for me.
|AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm |
If you dun have .htaccess file in your site then create new one :) its obvious i guess.
what I don't understand is why this file works locally on my desktop (no apache) and not on the server.
Different server mechanisms.
I don't like .htaccess, but I guess there is a syntax for virtual server??
Yep. (it's the same). -- Per Jessen, Zürich (20.0°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org