Absolute / Relative URLs in OpenUI
We have two, allegedly identical, Siebel OpenUI environments. However, in one environment Siebel pages are being returned to the browser with absolute A HREF / IMG paths:
<IMG SRC="http://www.oursiebelsite.com/images/home.gif">
In the other environment, pages are being returned with relative A HREF / IMG paths:
<IMG SRC="images/home.gif">
We're at a loss as to what configuration might be different to cause this behaviour.
Any ideas?