On Wed, 18 Jul 2001, Downey, Michael {10-6~Indianapolis} wrote:

> I'm trying to build an index that will catch only pages on the same
> server that have the following pattern in their URL:
> www.xyz.com/ {various paths} /foo/bar/index.html
> Only the index.html files under "..../foo/bar/" should be indexed. I've
> tried to craft the limit_urls_to value in various ways, but with no luck.

This is a bit tricky since the patterns function as a logical OR. In the
3.2 code, you can specifiy limit_urls_to (and some other attributes) as
regex.

In the 3.1 code, I'd probably try to work around it by listing each one of
the {various paths} -- by script into an included file:
e.g.
www.xyz.com/barnone/foo/bar/
www.xyz.com/baz/path/foo/bar/

...

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to