Forum Moderators: phranque
I'm wondering if this is simply done dynamically and/or if there is a specific reason why people are doing this (e.g. performance issues)?
To develop a site with absolute paths you need to use a web server on your development box, otherwise the pages will look for the files starting from the partition root, like c:\, not the web site document root, which is a virtual thing.
you can develop using relative...just be shure to convert all hrefs to absolute before you go live ..
You can do this quickly with a global search and replace...if your development tool supports this..