> download works fine but not for the picture
> galleries. I am having links like
> <file:///D:/Reckmann%20+%20Jung/website/r+j/page/refe>
> renzen_bildergalerie.html for the whole site but
> after I view the first picture the links are like
> <http://www.reckmann-jung.de/page/gallery/apparatebau>
> /72.html if I am online or I get an 404 Error if I
> am offline.
I tried this with 3.32 and see the same problem. Looks like a Httrack bug.
Links aren't being properly updated. Httrack download startseite.html
correctly.
10.html looks like:
<body>
<div class="page_top" onclick="window.location='/page/startseite.html';">
<div class="navigation" id="outline">
<div class="navitem" id="mi_startseite" onmouseover="overNav(null);">
<a class="navitem" href="/page/startseite.html">Startseite</a>
</div>...
and the downloaded page looks like:
<body>
<div class="page_top"
onclick="window.location='../../external.html?link=http://www.reckmann-jung.de/page/startseite.html;">
<div class="navigation" id="outline">
<div class="navitem" id="mi_startseite" onmouseover="overNav(null);">
<a class="navitem"
href="../../external.html?link=http://www.reckmann-jung.de/page/startseite.htmlStartseite</a>
</div>...
|