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.
(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.
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.
(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.
is working on a reply...