Hi,
I’ve set up a subdomain for an alternate version of my site using path.php.
Everything works fine except for the urls—I can no longer use relative paths in my html that complicates things a little. I have to use absolute paths such as:
{site_url}{image-relative-path}that results in:
<a href="http://site.com//image.jpg">http://site.com//image.jpg</a>Note the // - It works, albeit semantically incorrect.
Am I missing something in my path.php that could allow me to continue using relative paths?