Skip to content

Commit

Permalink
adding htaccess for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Aug 13, 2011
1 parent 5810e6f commit f5f1401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/.htaccess
@@ -0,0 +1,5 @@
ErrorDocument 404 /404.html

<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=290304000, public"
</FilesMatch>

0 comments on commit f5f1401

Please sign in to comment.