> I cannot understand the logic your program is using
> for scan rules.
Matching rules on the right override matching rules on the left.
> 1. Mirror ONLY URLs that contain strings
> "/viewforum.php?" OR "/viewtopic.php?". 2. Do not
> mirror ANY other URLs. 3. Also do not mirror URLs
> that contain "view=next" OR "view=previous" together
> with "/viewforum.php?" OR "/viewtopic.php".
Nothing but viewforum or viewtopic but not next/previous:
-* +*/viewforum* +*/viewtopic* -*view=next* -*view=previous*
|