| OK, a bit more of an example to explain what I mean.
I have a directory on my webserver, that Apache is configured to allow views
of. Let's call it "publicdir".
If you browse: mysite.com/mydir with a browser you would see a page generated
by Apache like this:
=================================
Index of /publicdir/
Name Last modified
---- -------------
<- Parent Directory
publicfile 17-Aug-2007
=================================
From this I would expect HTTrack to save two files:
/publicdir/publicfile
/publicdir/index.html
However, it is saving the following:
/publicdir/publicfile
/publicdir/index30b5.html
/publicdir/index5851.html
/publicdir/index72c9.html
/publicdir/indexad3f.html
/publicdir/indexb70a.html
/publicdir/indexbfec.html
/publicdir/indexc052.html
/publicdir/indexf8a0.html
/publicdir/index277b.html
..where all the index????.html files are actually the same.
Any ideas how I can stop these multiple copies ?
Thanks
Lee
| |