Hi
I am upgrading a DW8 solution to DW 9.3.11. On the DW8 solution I have a link on website A (domain "mydomain1") to a page on another website B (domain "mydomain2") on the same solution like this:
<a href="Default.aspx?ID=1234">
the link is translated by DW to:
<a href="http://domain2/folder/page">
On the DW9 solution the same link is translated to
<a href="/folder/page">
This link of course links to website A, because it's relative. But I expect the link to be absolute like it is on the on the DW8 solution. Both websites are set up with primary domain. Is this a bug or do I miss some kind of setting?