Hi,
I am having the same problem as tmorton. Every time I insert a link in TinyMCE the root path (/arne in my case) is added to the URL. If I open the page again to edit the content another one or two root paths get added to each link in the page after pressing apply/submit (e.g. /arne/arne/arne/test.html). Even if I changed nothing in the page.
This happens for links to files in subdirectories and to files in the root directory of the CMSms installation. But this only happens if CMSms is installed in a subdirectory of the webserver and not in the root directory. The typical installations of CMSms in the root directory of a web server does not show this problem, because the root path / can not be added to the links.
Additionally as Greg mentioned this is related to Firefox, or better, browsers using the Gecko rendering engine (Epiphany in my case). The Internet Explorer works fine and does not add any path to the links. But IE is not an option for me, because I am using linux most of the time.
I tried to prevent the addition of the path by using the absolute and not the relative path for the links, but absolute paths to my page are converted to relative paths by TinyMCE although CMSms seems to use TinyMCE with the "relative_urls : false" option. (Another bug?)
Any new ideas or workarounds?
Thanks!
Update: I found a workaround that works for me. I added 'remove_script_host : "false"' to the TinyMCE.module.php and now I am able to use the absolute URLs (
http://my.url/diretcory/file). No root path gets added to this absolute URLs, only to relative URLs.