Shared SSL and Cute Editor ASP

  •  10-07-2005, 3:14 AM

    Shared SSL and Cute Editor ASP

    I can't get Cute Editor for ASP version 4.2 to work with shared ssl which my hosting company provides.  Here is what I have tried:
     
              editor.ID = "Editor1"
              editor.Text = content
              editor.FilesPath = "../CuteEditor_Files"
              editor.ImageGalleryPath = "../allintimer/uploads"
              editor.MaxImageSize = 1048576
        editor.MaxDocumentSize = 1048576
        editor.MaxFlashSize = 1048576
        editor.MaxMediaSize = 1048576
        editor.DisableItemList = "CssStyle, Images, Links, Codes, CssClass"
              editor.AutoConfigure = "EnableAll"
        editor.BaseHref = "http://allintimer.com/"
              editor.Draw()
    The image will upload, but will show wrong path when inserted into window.  The full path to image folder is https://secure.domainmame.com/allintimer/uploads/
     
    The actual domain is allintimer.com.  How can I do this without breaking SSL?  I tried a virtual directory which worked, but broke SSL.
View Complete Thread