| > Does httrack use mime types to determine the file to
> create? I am trying to make a copy of one of my own
sites
> which contains a gif entitles '245245'. HTTrack appears
to
> think this is an html page and not a gif at all.
> IS there anything in the config that I can change?
Httrack will, by default, check for the remote mime type
(using a HEAD request) of unknown files (that is, .gif
is "known" to be image/gif)
The remote MIME may not be set correctly? You may also
disable default asserts in set options / MIME (php,asp..
files are set to text/html by default, which may not fit
your needs)
| |