I just upgraded to DW MX 2004, and now I'm having problems with my relative
urls. The problem is specifically those with a leading /. i.e.
/foldername/filename.cfm They should concatenate the current server name to
the front of them...

i.e. [url]http://cf-csls.northgrum.com/foldername/filename.cfm[/url]

Instead they're using a different server name altogether...

i.e. [url]http://csls.northgrum.com/foldername/filename.cfm[/url]

(Note about the name: these are two different intranet servers. One is a
ColdFusion MX 6.1 server the other isn't. )

It only affects new links I'm putting on the site. The old relative links are
still working correctly. When I check the source there is no added text to the
links; the href still reads /foldername/documentname.cfm. But when you hover
the mouse over the link, the wrong server url appears in the status bar. I'm
not certain if it's specifically pointing to the other server or if it's just
removing everything in front of the hyphen.

I don't even see how it can be happening, but it is. Anyone have any ideas?
And no, I can't just use absolute urls for all my sites. I have some pages
that are viewed through multiple entry points into the company network and
therefore use different urls to view the same page.