| Hi all,
I'm trying to grab a section of a site that uses perl apps with querystrings
to populate templates from a database. For some reason, I can't get any of the
pages that have a querystring.
The site is structured along the lines of
<http://domain/dirname/>
with the perl templates coming from
<http://domain/apps/dirname?parameters>
HTTrack has successfully retrieved everything except the pages using the /apps
directory. I've seen lots of other posts in the forums about what it does with
querystrings, so obviously it's a problem with me rather than HTTrack. There
aren't any forms involved, all the pages are linked using A tags (with
queries).
In the scan rules, I've got
-*
+*/dirname/*
+*/apps/dirname/*?*
+*.gif +*.jpg +*.png +*.tif +*.bmp
Is that correct? Nothing matching that rule gets downloaded. Any pointers
would be greatly appreciated. | |