Mobile app version of vmapp.org
Login or Join
Vandalay111

: When CloudFront is activated some elements are failing to load I use WordPress and I'm using CloudFront as my content delivery network. When activating CloudFront some elements, practically icons

@Vandalay111

Posted in: #AmazonCloudfront #Cdn #Wordpress

I use WordPress and I'm using CloudFront as my content delivery network. When activating CloudFront some elements, practically icons are not loading, what could be the problem?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

2 Comments

Sorted by latest first Latest Oldest Best

 

@Steve110

Try to clear the cache from your CloudFront Dashboard.

CloudFront captures all your webpages as a cached to increase page loading speed.

I think you are facing this problem for new pages or posts.

10% popularity Vote Up Vote Down


 

@Karen161

This code (in .htaccess) resolved the problem

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme