No font compression to one of my websites
-
Hello,
I have a strange problem. I have 3 websites hosted on same LiteSpeed server and with same configuration on the settings panel. However one of them always shows an error in PageSpeed that the fonts are not compressed.
I checked the .htaccess of all files and the only difference was that on this website the LSCache is not adding these lines:
### marker CORS start ###
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font\.css)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
### marker CORS end ###I tried to add them manually but it keeps refreshing the file when I make any change and keeps deleting it.
Can you suggest what can be the issue?
Thank you,
Best Regards
- The topic ‘No font compression to one of my websites’ is closed to new replies.