My site SSL says that some parts such as images arent secure

Dear Infinityfree, thank you for thee free hosting. Am trying to learn wordpress still.
this is my site: https://www.one-pearlbanks.com.sg
i have install my ssl. However, my ssl still show that images are not secured. i have try clearing my cache but result is still the same.

Do let me know how to clear this ssl problem. Thank you and stay safe.

Hello there,

You seem to be experiencing an issue known as “Error Too Many Redirects” meaning your site is having an endless loop. Example https:// site.example → http:// site.example → https:// site.example and so on and so forth.

Try inserting this code/rule into your .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

And make sure to seperate ths rule to the other rules found in your .htaccess file already or else your site will generate an HTTP error 500.

Once you’ve done making your changes with your htaccess file, close and clear your browser cache and then visit your site to see if the error is still there.

thank you for the quick reply. i tried the way you mention. And there was a error message and doesn’t allow me to save the code. So i deleted the entire wordpress site and reinstall it. The site and ssl seems to work fine even after install a demo theme. However, when i’m testing on the speed. all result came back with problem.

Any idea what could be the issue? Thanks

The reason that might not work is because most bots are banned / blocked from requesting or crawling your site.

1 Like

That’s true but I use GTMetrix and Pingdom to test my site’s (sites are hosted here on InfinityFree as well) speed all the time and other stuffs and it works fine and haven’t encountered any issues at all.

It looks like there are no A records for one-pearlbanks.com.sg or www.one-pearlbanks.com.sg in Cloudflare. Please add records there pointing to your hosting account with us if you want to host the actual website with us:

If you don’t feel comfortable managing your own DNS records, you could also opt to move your domain name back to our nameservers.

1 Like

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