Umbraco TinyMCE converting absolute to relative url

Well here is how you work around the issue.

Open the config/tinyMceConfig.config and add the lines 5 and 6 to your config:

<!-- this area is for custom config settings that should be added during TinyMCE initialization -->
<customConfig>
<config key="entity_encoding">raw</config>
<config key="spellchecker_rpc_url">GoogleSpellChecker.ashx</config>
<config key="relative_urls">false</config>
<config key="convert_urls">false</config>
</customConfig>

Please note that this only fixes the issue partly. It seems like Umbraco does a convertion on save. My solution was to link to the url without www.

About Mikkel Ovesen

I am a .NET developer, primarily developing apps for the web. I have been working with the web since 1997. I like open-source software and burgers ;)
This entry was posted in Development and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>