| > I used 'wget' to mirror a site but it didn't update all
the
> links correctly to be suitable for local browsing. I am
> trying to use httrack to fix the files but since I didn't
> use httrack in the first place to do the mirroring I seem
to
> be failing because some log files or cache files (or
project
> files) are missing.
Unfortunately, httrack can not reuse existing html data:
html data MUST be present in the cache. For other files,
httrack will always try to do its best, by sending update
requests to the remote server if the files already exists
in the *SAME location*, but this isn't possible with
(altered) html data.
| |