Return to Snippet

Revision: 46070
at May 12, 2011 09:48 by benjaminpearson


Initial Code
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
AddType application/x-shockwave-flash swf

Initial URL


Initial Description
Found answer here: http://community.godaddy.com/groups/web-hosting/forum/topic/ogv-in-firefox-for-html5-video/

Initial Title
.htaccess config for HTML5 videos

Initial Tags
video, htaccess, html5

Initial Language
Apache