Hey, I have a website and I’m using Mobirise App to create the page, I export as FTP and everything is cool, but not all images are showing up, as you can see here: https://hecbertg.fun
So I wanted to know how can I solve this? because predetermined images from Mobirise App are showing up, but the custom images not, thanks in advance.
What images are not showing exactly? All images seems to be loading fine on my end.
If you want to force your site to redirect with the www prefix then insert this code into your .htaccess file: (make sure to replace yourdomain.com to your domain name.)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Both the www and non-www versions all show the same content, so there is no reason why the images would work on the www version of your domain and not on the non-www version of the domain, unless you’ve configured your website to do that.
The issue sounds like some kind of caching. I see you’re using Cloudflare too. Could you try to enable Development Mode in Cloudflare and check your website in private browsing mode to circumvent any cache?