<IfModule mod_headers.c>
    # YEAR. Cache everything
    <FilesMatch "\.(ico|gif|jpg|jpeg|png|flv|pdf)$">
        Header set Cache-Control "max-age=29030400"
    </FilesMatch>

    <FilesMatch "\.(js|css|swf)$">
        Header set Cache-Control "max-age=29030400"
    </FilesMatch>

    <FilesMatch "\.(html|htm|txt)$">
        Header set Cache-Control "max-age=29030400"
    </FilesMatch>
</IfModule>

AddType text/cache-manifest .appcache
