| I'm using HTTrack to grab a Typo3 contributed site to be able to publish it as
a static one.
With Typo3, URL are like .../index.php?id=xxx
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 ?
Thanks in advance | |