| Greetings,
I am using (trying to use) httrack to generate a static
copy of my dynamic web server. It works greats in all
aspects except one...
I have a php script called filemgr.php which accepts a
file id and the proceeds to initiate downloads. (ex:
<http://blah.blah.blah/filemgr.php?id=10> servers up a
file.tar.gz). HtTrack then procedes to call it
file.tarXXXX.gz and links it as file.tarXXXX.gz?id=10.
How can I avoid this single scenario if everything else
is working ok with default --mirror options? I want
the file to retain it's original name. | |