| > With the MD5 encoding, I get a file with name like
> indexyyyy.html
> Everything works fine, but I'd like to rename these
> files, at least a few of them for search engine purpose.
> Is it possible to build a table that would give the name
> indexyyy.html and the desired name myNewName.html ?
No, not easily (ie. without writing some C-code or Python-code) ; except if
you can extract the desired name in the query string (such as in
<http://www.example.com/bar.php?name=myname&id=1&foo=2>), using the user-defined
build structure
See for example
<http://forum.httrack.com/readmsg/10940/index.html?pid=10931&days=10000&js=1&lang=en>
| |