| > I used 'URL Generator' to create a list of 88 URLs
> .../levels.php?orderBy=Date_Posted&version=2&viewSta
> rt=10
> to
> .../levels.php?orderBy=Date_Posted&version=2&viewSta
> rt=870
> For pure knowledge, was there another way to solve
> this problem ?
To allow version 2 but not version 1 the filter:
-* +*version=2*
should work with options -> links -> Get non-HTML = checked | |