| > Is there a way to consistently always have just
> "index.html" without the additional characters? I
> tried "Hide Query Strings" option but this does not
index.xxx?ID=1 and index.xxx?ID=2 are different pages on the server. Therefor
they must be unique filenames in the mirror. The default is indexHHHH.html
changable via User-defined structure -
<http://httrack.kauler.com/help/User-defined_structure>
Query strings are useless in the mirror, all urls point to filenames.
href="file:...\indexHH.html" and href="file:...\indexHH.html?ID=1" both open
the same file. | |