| > How can I set up httrack (command line *NIX version) to
save
> all files with a .php extension instead of .html? How do I
> make sure that the links within the files are changed to
> *.php as well?
Links caught by httrack will always be rewritten. If you
don't want httrack to change .php into .html, disable test
type checking (-u0)
| |