| > > > Add this to your scan rules:
> > > -*/?*
> > What does the '?' means in this context?>
> This is the query string separator, like in
> <http://www.foo.co/bar/index.html?page=1>
> ................................^__here
>
i see, thought it was some sort of wildcard character as
used in UNIX and its utilities....
does that mean that those dynamic info in a directory list
starts with "?" so adding this scan filter -*/?* exclude
them?
thx | |