Skip to content

Instantly share code, notes, and snippets.

@jcanfield
jcanfield / cache.htaccess
Created August 10, 2012 22:49 — forked from kurtpayne/cache.htaccess
.htaccess caching rules
<IfModule mod_mime.c>
# Text
AddType text/css .css
AddType application/x-javascript .js
AddType text/html .html .htm
AddType text/richtext .rtf .rtx
AddType text/plain .txt
AddType text/xml .xml