When mirroring a site with a link like www.example.com/some/where/ httracks changes it to www.example.com/some/where/index.html in the local copy.
Is there an option for avoiding the appended index.html?
PS. I am fully aware that the index.html is needed for local browsing of the site, but the thing is that the mirror is going to replace the site on the server. It's a database driven site that is going to be replaced by a static version since it is not going to get updated anymore. But I wish it to be identical to a snapshot of the original site.
If it is not possible I will need to use sed to remove the index.html parts.