| Well, we are running HTTrack against one of our sites that
uses a CMS. The CMS produces pages via PHP that appear to
be directories to the browser. So none of the pages actually
have an extension.
When we run HTTrack with K0 it adds .html to every page it
collects and updates the links within each page with the
.html as well. The problem lies in the fact that we have a
pretty deep site, and the links in our drop down menus get
longer and longer as more instances of ../ are added to the
relative link.
What I would like to HTTrack to do is add the .html to every
page and update the links within each page with the .html,
but instead of appending ../ to each link, to use a relative
to Web root URI.
So instead of this generated link:
../../firstlevel/secondlevel/thirdlevel/page.html
We would have: /firstlevel/secondlevel/thirdlevel/page.html
When I run with K3 I get
/firstlevel/secondlevel/thirdlevel/page which doesn't work
as the 'page' directory isn't created. Rather page.html in
the thirdlevel directory is created.
Is this possible?
Alex | |