| I'm using HTTrack to create a static archive of Drupal, and with a bunch of
manual fixes, it all works fine.
There is one fix I can't make though.
HTTrack moves the root page to a file called index/index.html.
The creation of this folder "index" is a problem - since I'd like to just have
index.html in the top level.
I can manually move index/index.html one level up and fix up the paths in it,
but that is fruitless since all the pages that HTTrack archived refer to the
index/ folder using ../index/ or ../../index/ or ../../../index etc.
Is there any way to avoid creating this index folder?If not, any chance of
this feature making it in the next release? | |