I have an application which is using the CuteEditor and it resides in a sn SSL secure part of the site. So the URL of the server at this point is
https://secure.domain.com. The issue is that the content being created in the editor is not going to refer to the server path in the SSL but rather
http://www.domain.com/ and must be absolute to that domain as some content is being sent out via email. All my images can only be relative or absolute to the SSL. How can I change this to define the URL of the image exactly? Also, I have not tested the URLs yet but I imagine they will be the same.
Thanks.