Re: Relative/Absolute Path issues with HTTPS

  •  10-10-2006, 1:45 PM

    Re: Relative/Absolute Path issues with HTTPS

    I have added the following into the page:
     
    editor.BaseHref = "http://www.mydomain.com"
    editor.UseRelativeLinks = true
     
    When I do this it does not add the BaseHref before the file information. It keeps it relative. I don't think I was very clear before as I can not have it relative, it must be absolute to the specific site and folder as this html is sent in emails. So I need it to point to the absolute location which is http://www.mydomain.com/_gallery/image.jpg. The problem is that the application resides at https://secure.domain.com and tries to use this as the absolute path. When I inquired before purchasing it seemed this could be done. I even explained my issue of SSL.
     
    Is there a way I can just hard code it in?
View Complete Thread