javascripttinymcerte

Problem with insert/update links with tinyMCE


I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only for some TLD sites, so far I'm notice that it doesn't work for .eu domains, does someone hade a same problem or know what can fix this?


Solution

  • We needed to set both of these options in order to get TinyMCE to stop rewriting URLs to relative paths.

    relative_urls : 0
    remove_script_host : 0