| I know that HTTrack rewrites the filename using an md5 of
the query string. But can't it use simply the query string?
Enterprise Explorer names urls like
page?param1=value1¶m2=value2 as
page.html@param=value¶m2=value2. Simlply replacing
illegal filename chars with legal ones, it preserves the url
and it make it easier to parse them.
How can I make HHTrack name files with the query strings? Or
if I can't, is it possible to implement it? Seems to be very
simple to do it.
[]'s | |