| hello!
a cms driven website i'm trying to save as a static site has the following
snippet in the head of the homepage:
...
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/shared/style/screen-ie.css"
/>
<![endif]-->
...
i noticed winhttrack 3.46 does not save 'screen-ie.css' locally, and does not
rewrite 'href="/shared/style/screen-ie.css"' to
'href="shared/style/screen-ie.css"' (note the starting slash) for the
homepage, even if i set 'Options: Browser ID: Browser "Identity"' to
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)' to trigger the download
of this style sheet.
i know i can download the style sheet separately by adding it to 'Web
Addresses: (URL)', but how can i make winhttrack rewrite the href to a
relative uri for the homepage and all pages below it? | |