Quoting Kevin Callahan <[EMAIL PROTECTED]>:

> Rejected: URL not in the limits! 
> In my .conf file I have:
> start_url:              `${common_dir}/start.url`
> limit_urls_to:          ${start_url}

This isn't really a question for the developer list. Nevertheless, it means 
that the URL falls outside the limits set in the configuration. Here, it means 
that it doesn't match any of the URLs in start_url.

A URL "matches" if the prefix of the URL is identical to one of the limits.

e.g.
http://www.foo.com/bar.html

will match http://www.foo.com/ but not http://www.foo.com/baz.html

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

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to