Skip to content

Commit

Permalink
Use the .appcache extension instead of .manifest, as per http://html5…
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Feb 1, 2011
1 parent 38d79ac commit de50e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Expand Up @@ -97,7 +97,7 @@ AddType font/opentype woff
# assorted types
AddType image/x-icon ico
AddType image/webp webp
AddType text/cache-manifest manifest
AddType text/cache-manifest appcache manifest
AddType text/x-component htc
AddType application/x-chrome-extension crx
AddType application/x-xpinstall xpi
Expand Down Expand Up @@ -183,7 +183,7 @@ AddType application/octet-stream safariextz
# Perhaps better to whitelist expires rules? Perhaps.
ExpiresDefault "access plus 1 month"

# cache.manifest needs re-requests in FF 3.6 (thx Remy ~Introducing HTML5)
# cache.appcache needs re-requests in FF 3.6 (thx Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest "access plus 0 seconds"

# your document html
Expand Down

0 comments on commit de50e81

Please sign in to comment.