webvariants/policat/master/web/fonts/.htaccess - Htaccess File

webvariants/policat/master/web/fonts/.htaccess

AddType application/vnd.ms-fontobject .eot
AddType image/svg+xml .svg
AddType application/x-font-ttf .ttf
AddType application/font-woff .woff

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/vnd.ms-fontobject A604800
ExpiresByType image/svg+xml A604800
ExpiresByType application/x-font-ttf A604800
ExpiresByType application/x-font-woff A604800
</IfModule>
<IfModule mod_headers.c>
Header append Cache-Control "public, must-revalidate"
Header unset ETag
FileETag None
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache