| Hello,
I would like to download my sites keeping the structure as seen on
<http://www.frontkom.no/drupal>, meaning this page should be saved as
/drupal/index.html, not /drupal.html (which is the only way I have managed
without breaking css).
I tried httrack <http://www.frontkom.no> -O "/root/tmp/frontkom.no" -N
"%p/%n/index.html" -v
This got me closer, however it broke css because it also renamed those files.
I have tried reading the manual but have not yet found any way to do this. | |