Shared SSL and Cute Editor Issue

  •  10-07-2005, 3:23 AM

    Shared SSL and Cute Editor Issue

    I created a virtual directory on server root to go to the "/allintimer_uploads" folder.  It works great axcept the SSL is broken.  Seems to have something to do with the imageGallery Path.
     
              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()

    Any ideas?
View Complete Thread