MyBB Community Forums

Full Version: Images don't display correct after domain change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to move from a standard http:// to a https:// environment.

I've changed the entries in ./inc/settings.php and in ACP general settings the url and cookie entries to the new domain name.

When opening the site does not show the images from the default (MyBB Master Style) but shows only exlamation points in stead, when copying the image urls and opening them in a new tab the image shows correctly there.

A screen refresh (CTRL-f5) doesn't help.

[Image: Screenshot_19_5_2014_22_04_33.jpg]



I seem to be overlooking something but what....
That exclamation point is saying that you are including non-secure images in a secure page. Check your stylesheets to see if you hard-code either http:// or https://
(2014-05-19, 08:35 PM)laie_techie Wrote: [ -> ]That exclamation point is saying that you are including non-secure images in a secure page. Check your stylesheets to see if you hard-code either http:// or https://

The strange thing is, the images are already coming from the secure page.
Even now when I'm not using the non secure page:

[Image: Screenshot_20_5_2014_18_28_21.jpg]

The site is now still on http://www.polyamorie.nl
The images are already loaded from the https://polyamorieforum-nl.firstfind.nl/images/

The stylesheet has no hardcoded http:// nor https:// as far as I can see
Where can I check the imgdir for my stylesheet? I only see the imgdir setting for the theme...