i want to use httrack to generate static html files from
our cms. the problem i have is the cms will dynamically
generate directories and when i use httrack it adds .html
to these and creates files instead of creating a file
called index.html under the directory ...
<http://www.foobar.com/about/>
becomes
<http://www.foobar.com/about.html>
instead of
<http://www.foobar.com/about/index.html>
is there a simple filter i can use to force this? we can
have 8-10 directory depth so im hoping some regular
expression code will allow for recursing as well. |