| Okay, so I'm trying to mirror a list of dynamic pages (aka forum links). Since
the pages are dynamic, I want to be able to quick save the pages, but with
their links intact. Unfortunately, when I quick save the pages to disk, the
page URLs are all relative, so they then link to the pages on my disk, which
are non-existant. For example
<http://blahblah.com/blah/003005.html>
converts to...
<file:///C:/Users/Owner/Desktop/003005.html>
Is there a way to make Httrack read the
<file:///C:/Users/Owner/Desktop/003005.html> as
<http://blahblah.com/blah/003005.html> ?
Thanks! | |