DaveWalker
Programmer
It seems that DW creates the actual links as "root-relative", meaning (specifically) a link in a template file of "../foo.html" show up in a file using that template as "/foo.html". Then when that file is uploaded to the live site, the link resolves as "
Problem is the actual home directory for my site is NOT the document-root (public_html) of the domain, rather it's a subdir. So when surfing to the index.html file comes up just fine, but because of the root-relative forward slash in "/foo.html" the links all end up broken.
Is there a way to tell DW to leave the initial forward slashes out of the links? I never use them when designing sites without DW.
BTW, I'm using an older version of DW (3.0)
Thanks,
Dave
Problem is the actual home directory for my site is NOT the document-root (public_html) of the domain, rather it's a subdir. So when surfing to the index.html file comes up just fine, but because of the root-relative forward slash in "/foo.html" the links all end up broken.
Is there a way to tell DW to leave the initial forward slashes out of the links? I never use them when designing sites without DW.
BTW, I'm using an older version of DW (3.0)
Thanks,
Dave