Not all images showing up

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.

EDIT: After using www. in the browser, now the images are showing up, I’m curious, and I wanna know why does this happen?

EDIT 2: Images only showing up only using www., how can I do to force www.?

Hello there,

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]
1 Like

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?

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.