I'm using Kentico v7.0.4696.
I have several CSSes that I reference as /CMSPages/GetResource.ashx?stylesheetname=name.
The problem is that it's adding the domain to the picture urls, i.e. the css line
background:url(/media/images/backgrounds/pic.png) repeat-y;
is transformed into
background:url(http://www.domain.com/media/images/backgrounds/pic.png) repeat-y;
When the page is rendered via htts, such line still uses the http url, leading to a certificate message to the user.
How can I solve it?
Thanks
Regards
Emanuele Firmani