font/woff2 missing in .htaccess

This commit is contained in:
djmaze 2020-10-29 11:15:25 +01:00
parent 1d57a62ddd
commit 4e4ba12770

View file

@ -14,6 +14,7 @@ RewriteRule cpsess.* https://%{HTTP_HOST}/ [L,R=301]
ExpiresByType image/webp A15768000
ExpiresByType image/vnd.microsoft.icon A15768000
ExpiresByType font/woff A15768000
ExpiresByType font/woff2 A15768000
</IfModule>
<IfModule mod_headers.c>