Hi,
I used CMSimple for many years now but i think it is time to switch to CMSimple_XH. Everything seems to be working oke
except one thing I run into with the editor. One of the websites is using ssl and when I try to edit the content with
FCKEditor the variable myBaseHref is filled with the site url without the "s" so the url is:
http://my.site.domain/ instead of https://my.site.domain/ I tryed to alter this behavior by changing fckconfig.js
in the following way: FCKConfig.BaseHref = 'https://my.site.domain/' ; but that didn't change the behavior.
Anybody any idea how to solve this?
