James Madill wrote:
>
> OK. Adding:
>
> URL http://arachnia.mc.duke.edu/madil001/
>
> to the indexer.conf file with:
>
> Realm http://arachnia.mc.duke.edu/madil001/
> or
> Realm http://arachnia.mc.duke.edu/madil00*
>
> now works, but what I am actually wanting to do is to index only
> certain documents within that subdirectory structure, say files
> beginning with the letter "i".
>
> Realm http://arachnia.mc.duke.edu/madil001/i*
>
> doesn't work with the URL parameter above. I can't quite understand
> what the Realm parameter actually does. Perhaps I should be using the
> SERVER and ALLOW parameters?
>
Try something like this:
# Add start URL
URL http://arachnia.mc.duke.edu/madil001/
# Index those with "i"
Index yes
Realm http://arachnia.mc.duke.edu/madil001*/i*
# Do not index other docs
Index no
Realm http://arachnia.mc.duke.edu/madil001/
All links under /madil001/ will be added into
database, but only those with "i" in the beginning
will be indexed, others will be scanned for links.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]