| I am attempting to mirror the results page results from a list of URLs with
embedded query strings. (Format = website.com/query.asp?q=1234)
My list looks like:
<http://www.website.com/query.asp?q=1234>
<http://www.website.com/query.asp?q=1235>
<http://www.website.com/query.asp?q=1236>
etc.
The problem is that the results page from every query is located at:
<http://www.website.com/query.asp> (without the "?q=1234")
So HTTrack thinks that it is looking at a new version of the same web page for
EVERY link, and it just keeps replacing the results page over and over again.
The settings I'm using include "do not delete local files", "no url update
hacks", siteformat:"web/randomfilename".
Any ideas?
(I don't mind going into the source code if I have to.) | |