Hello everyone,
Hosting- AWS
Server- OpenLitespeed
CMS- WordPress
Weblink is here
Issue- Everything works fine until I use was CloudFront, now my site missing some icons I have no issue with fonts only Icons are missing, when I am checked through the developer tool I saw here is the pic below
Not loading properly all the Icons, here is the pic
I have done these things but didn't work
I have checked the .htaccess file
also, I have created Invalidations on AWS CloudFront with /*
Any support will be appreciated
Missing allow origin header
Hosting- AWS
Server- OpenLitespeed
CMS- WordPress
Weblink is here
Issue- Everything works fine until I use was CloudFront, now my site missing some icons I have no issue with fonts only Icons are missing, when I am checked through the developer tool I saw here is the pic below
Not loading properly all the Icons, here is the pic
I have done these things but didn't work
I have checked the .htaccess file
Code:
### 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 ###
Any support will be appreciated
Missing allow origin header