Skip to content

Instantly share code, notes, and snippets.

@damofknowledge
Created October 5, 2010 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damofknowledge/612262 to your computer and use it in GitHub Desktop.
Save damofknowledge/612262 to your computer and use it in GitHub Desktop.
.htaccess rules for HTML5 video
AddType video/mp4 .mp4 .m4v
AddType video/ogg .ogv .ogg
RewriteRule ^(.*)\.ogv - [E=no-gzip:1]
RewriteRule ^(.*)\.mp4 - [E=no-gzip:1]
RewriteRule ^(.*)\.m4v - [E=no-gzip:1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment