| > Here is my message error :
>
> (-p3 -r3 -q
> <http://www.alchenergy.com/profiles/investor/fullpage>
> .asp?f=1&BzID=1233&to=cp&Nav=0&LangID=1&s=0&ID=11002
> -O "C:Temp estCIntegration" -%M -N4 -%v -M30000000
> )
...
> (No errors, 0 warnings, 0 messages)
That's not an error message is only part of a log. Always post the full log.
Most of the links, on the page are full urls. By default httrack does not move
up, only down so you get nothing above profiles/investor.
if you want everything add +www.alchenergy.com/*
Also robot.txt says:
User-agent: *
Disallow: /images/
Disallow: /vercast/
Disallow: /w3c/
Disallow: /webcast/
Disallow: /Profiles/images/
So you'll have to override robots.txt either by the option or by filter. | |