> > You would have to rewrite the URLs to make them absolute (including URLs > within any static files linked in the page)
Correction -- you probably don't have to worry about relative URLs within linked CSS files because they will be loaded relative to the CSS file URL (so only that URL needs to be converted to absolute).

