SSL and Main Page

Hi friends,

When I add SSL, only the home page has a problem. No problems with other side pages. Why does this happen?

Main Page

Another Example Page

The problem seems to be, that in the base tag the href isn’t https:

<base href="http://yourdomain.com/">

Try using this in your template for the base tag.

<base href="[[!++site_url]]" />

and make sure the site_url is uncached (with a !).

Thank you for answer :slight_smile:

It was from the area below. I changed the “Note” to “Yes”.