| Hey. I was wondering how one would back up PHP-based sites that are divided
into sections, wherein one part is just www.site.com/part while the second
page of the section is www.site.com/part?page=2 . It looks to be PHP-based,
and I use the following options, but HTTrack never seems to capture the second
part.
I attempted to grab it through a user-defined structure (
%h%p/%n%[page:-:::].htm ) , but that did not work.
(winhttrack -qir1C2%PnX0s0b0u0%s%u -N %h%p/%n%[page:-:::].htm
-%I0p7SaK0c3H0%kf2A25000%f#f -F "Mozilla/4.5 (compatible; HTTrack 3.0x;
Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x
[XR&CO'2010], %s -->" -%l "en, en, *" <http://www.literotica.com/s/>
<http://www.somesite.com/s/*?page>=* <http://www.somesite.com/s/*?page>=*
<http://www.somesite.com/s/*[]?page>=*
<http://www.somesite.com/c/somestories/1-page> -O1 "C:\some_folder" +*.png
+*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/* -mime:application/foobar
+*/*?page=* +www.somesite.com/s/*?page=* +*.* -%A .?=page*=text/html -%A
php,php3,asp=text/html )
Does anyone have any suggestions? | |