| > I'm trying to save an html backup of my php site. This is
an
> example of my url www.localhost.com/board/index.php?op=forum
> I get file names like index23sdf.html. What I need is for
> the files to be named index.php?op=forum.html. Is this at
> all possible?
No - '?' characters can not be used for filenames on many
systems (including Windows), and therefore httrack has to
create other names by itself.
| |