|  | 
Hi, 
when I use httrack in the usual way (without any parameters) to convert my
site to static content, I see the next created files inside the default
folder: 
 |--- backblue.gif  
 |--- fade.gif  
 |--- hts-cache  
 |--- hts-in_progress.lock  
 |--- hts-log.txt  
 |--- index.html (1)
 |--- site_folder/
      |--- index.html (2)
 I just would like to see the index.html (2) instead of index.html (1) when I
surf the web. 
 Is there any option to use with the command httrack for not generating the
index.html (1)?
 For now I solved this using a hack:
 # rm index.html (1)
 # ln -s site_folder/index.html .
 Thanks in advance, 
 Sergio
 |  |