I've just setup SSL on my site. But, I've problem with relative URLs, browser blocks loading "css.php" kind of CSS in my page that's breaking layout.
For example,
<link rel="stylesheet" href="css.php?css=uix,<xen:if is="@uix_cssTemplate">@uix_cssTemplate</xen:if>&style={xen:urlencode $_styleId}&dir={$visitorLanguage.text_direction}&d={$visitorStyle.last_modified_date}" />
I believe if there's https in my browser above css should be loaded using HTTPS.
But, it's not happening, it's trying to load it via HTTP (Firebug shows that), and thus blocked by browser, breaks the page layout.
Any ideas?
For example,
<link rel="stylesheet" href="css.php?css=uix,<xen:if is="@uix_cssTemplate">@uix_cssTemplate</xen:if>&style={xen:urlencode $_styleId}&dir={$visitorLanguage.text_direction}&d={$visitorStyle.last_modified_date}" />
I believe if there's https in my browser above css should be loaded using HTTPS.
But, it's not happening, it's trying to load it via HTTP (Firebug shows that), and thus blocked by browser, breaks the page layout.
Any ideas?