Hi all-
I am having an issue with the Telerik HTML editor (not the Rad editor) with my DNN site, which is version 6.02.01 (the most recent). It appears that the HTML editor is not creating links properly.
For example, in DNN’s HTML editor, when I select text and make it a link, the editor initially puts in the correct link (i.e. href=http://www.domain.com/dnn/Page.aspx). However, after I click ‘save’ on the module, and test the link on the actual page, it no longer works. When I go back into the HTML module to see why it is not working, I find that the link HREF has changed (i.e. href="//Page.aspx"). So, it seems that “www.domain.com/dnn” is being removed from every link.
I searched DNN's forums, and it seems that this issue has come up elsewhere, but I wasn't able to get anything working. This post is the closest that I could find to my issue (most of the others ones were using the Rad editor), and I tried making the changes that are suggested, but just like the original poster, I couldn't solve the problem. Here is a link to that post: http://www.dotnetnuke.com/Resources/Forums/forumid/108/threadid/427387/scope/posts/threadpage/1.aspx
I was doing some Googling, and it appears that this might have to do with the Portal aliases. In my site settings, I have www.domain.com/dnn set as the default alias, and domain.com/dnn set as a secondary alias, but I need to leave these aliases as is so that my site redirecting works properly.
Any help would be appreciated,
Phil