> The problem is that HTTrack names the file it
> creates in an arbitrary fashion e.g. it turns the
> URL <http://mydomain.com/item.php?id=10> to something
> like <http://mydomain.com/item7.html> (and not
> item10.html or any other name which follows a logic
> I can translate into a rewrite rule).
>
> Is there a way to overcome this?
user defined structure
%h%p/%n%[id::::].html would change site/item.php?id=10 to site/item10.html
<http://httrack.kauler.com/help/User-defined_structure> |