| When httrack rips an html file with a query parameter, it adds an MD5 hash to
the end of the filename, so if I go to `/filename.html?hello`, locally it will
look like `/filenamebb24.html?hello`.
Is it possible to exclude that MD5 hash from the links to filename? I would
like to always see "filename.html?[anyParameter]" no matter what the query
parameter is.
Thanks,
Michael | |