| > i am using httrack for indexing purposes of my site. My
> site is running on php. When i run httrack the index.txt
is
> created succesfully, but the links are to random html
files
> instead of the real links, which i need for the search
Not random, but appended with the hashed query string.
> the links should be like this
> modules?name=news&id=3 or something
> Is this possible??
No, because the engine can NOT use the same name for
different contents, unlike what is possible on a remote
server where files are purely virtual.
And as '?' can not be used as part of a file, you'll have
troubles using such filename.
| |