newscoop/theme-JournalB/master/_css/.htaccess - Htaccess File

newscoop/theme-JournalB/master/_css/.htaccess

ExpiresActive On
ExpiresDefault A259200

<IfModule mod_headers.c>

# Cache scripts and styles for two days
<FilesMatch ".(css|less|js)$">
Header set Cache-Control "max-age=172800, proxy-revalidate"
</FilesMatch>

# Cache fonts for 3 months
<FilesMatch ".(eot|svg|woff)$">
Header set Cache-Control "max-age=7257600, public"
</FilesMatch>

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache