Switched Site to Https and now Images Won't Link

Permalink
I recently had my website changed to https: with the SSL Certificate and now none of my images are showing up. They are all in the correct location in my file manager but all I now get is a broken image icon for every image...

I am very new to all of this. Does anyone know a solution to this issue? I am hoping there is an easy fix.

Website:https://www.heyerarchitect.com/...

Thanks for whatever help you can offer.

 
enlil replied on at Permalink Reply
enlil
Have you tried clearing the cache? The images are trying to pull from cache and may simply not be there as the new https urls have not cached the images yet.
heyerarc replied on at Permalink Reply
Thank you for the suggestion. I have already tried that and the links are still broken.
Cahueya replied on at Permalink Reply
Try setting your Base URL to the https version:

define('BASE_URL', 'https://www.heyerarchitect.com');

in your config file

I had a look at your site and it seems like it is trying to load a lot of images from cache locations that are not there.

What you could also try is deleting the whole cache folder which is inside the /files folder.

Do that after setting the base URL.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
As Cahueya has said and you will find the file at /config/site.php
heyerarc replied on at Permalink Reply
Thank you for the suggestions and direction. I have done them all and the links are still broken. Is there a rewrite I need to do in the .htaccess file as well?
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
delete both your files/cache and files/temp folders.
that will force them to be recreated with new cache files.
Failing that, if you give me access to the server, I will take a look for you.
Just mind, I need login access to the server and not ftp access to the files..
PM me the details, do not post them on the forum!