Jed,
You can accomplish this by using the following regex:
DisallowNoMatch active\.com\/triathlon\/
Which says don't index it UNLESS it matches active.com/triathlon/.
--Brett
----- Original Message -----
From: "Jed Michnowicz" <[EMAIL PROTECTED]>
>
> While I am on the topic of feature requests, I also have another one for
> the indexer. It would be nice to limit what will get indexed by string
> instead of just regex. (This is one of the features of htdig that I
> loved.) For example, if in the index.conf file, if I enter:
>
> Server http://active.com/triathlon
>
> it would only index pages that had that url string. So it would index
> http://active.com/triathlon/results.html but it would not index
> http://active.com/duathlon/results.html
> -Jed