Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gal Nitzan 50 posts 164 karma points
    Sep 24, 2010 @ 19:21
    Gal Nitzan
    0

    TinyMCE is included with fixed URL instead of relative

    Hi,

    My umbraco is running behind a reverse proxy.

    It runs on a machine behind a firewall.

    Its actualy runs on 172.x.x.x:9595 and to the outside world it is visible as x.y.com.

    the reverse proxy (apache with mod_proxy and mod_proxy_html) will translate all urls in the html page and will re-write it before sending it back to the requesting client.

    So basically, if I request a page from http://x.y.com/umbraco/ it will translate in the proxy to http://172.x.x.x:9595/umbraco/ but not in the aforementioned script tag.

    When going into the edit content window when a property is of type "Rich Text Editor" tinyMCE will not show.

    Looking at the HTML code I notice that the HEAD section of the IFrame icludes tinyMCE script from the full URL i.e. http://172.x.x.x.:9595/umbraco_client/tinymce3/...

    It seems like this is the only fixed URL in the code. I'm not sure where it is added to the head section but is there a way to make this url relative?

    I'm not sure if its a bug or a feature...

    I'm using V 4.5.2 on 2008.

    Regards,

    Gal.

     

     

  • karen 186 posts 461 karma points
    Sep 17, 2014 @ 22:53
    karen
    0

    (Sorry to necro this post, just realized it is 4 years old but not sure how to delete a post !)

    Hi - I am running into a similar problem.  Wondering if you found a solution?

    I see that tinyMCE does not actually create the link, but umbraco does.  I have the same issue with niceUrl, I do not want it to insert the server, just the relative path.

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft