| > I understand that all file extensions (i.e. .php,
> .asp, .jsp...) caught by HTTrack Website Copier are
> converted to .html
> How would I force a .shtml instead of .html?> (of course all the internal
links would also need to
> be .shtml...)
If I was trying to do this... and didn't care what the filenames themselves
were like (so long as .shtml was retained)... I would probably use this build
structure:
%h%p/%n%q.shtml.%t
to produce files like
index01fc.shtml.html
header.shtml.jpg
Then did a Find/Replace across the files (eg using UltraEdit) to replace
".shtml.html" with ".shtml", followed by a file renaming for the same
replacement (eg using FileMonkey)
--Leto
| |