| > All right, I found where you modify this. I have a
> workable solution, but I'm just curious if there are
> other/better ways of doing this than using this page
> footer system.
Another possibility might be to parse an extended HTTrack log file
(hts-log.txt). Just had a look at one of my debug logs and it contains lines
like:
14:21:42 Debug: Record: example.com/default?a=1&b=1 -> C:/My Web
Sites/028/defaultcb72.html
So you could parse out both the local file location and what URL it came from
easily.
| |