Hi,
I have a CMS that mods pages served over 2 domains, the first domain serves the pages from the document root, the second from a subdirectory. As well the CMS itself is in another subdirectory on another domain. My problem is that because of this, my image paths in the pages have to be relative to the document and not document root.
In other words, instead of
I need
Is there config setting that will help me do this without actually modding the code ?
Thanks
I have a CMS that mods pages served over 2 domains, the first domain serves the pages from the document root, the second from a subdirectory. As well the CMS itself is in another subdirectory on another domain. My problem is that because of this, my image paths in the pages have to be relative to the document and not document root.
In other words, instead of
<img src='/images/image.gif'>
I need
<img src='images/image.gif'>
Is there config setting that will help me do this without actually modding the code ?
Thanks