At 2:35 AM -0500 12/1/01, [EMAIL PROTECTED] wrote: >what does, "set limit_urls_to explicitly" mean, say in this context >or in a general way? (sorry).
Unless you set limit_urls_to, it defaults to start_url. So you had this situation: start_url: http://www.foo.com/index.html limit_urls_to: ${start_url} # now www.foo.com/index.html So the URL is transformed to http://www.foo.com/ which no longer matches the limits... When I said you should set limit_urls_to explicitly, I mean to actually set it, instead of leaving it as the default, e.g. start_url: http://www.foo.com/index.html limit_urls_to: http://www.foo.com/ #or other Sorry if that wasn't clear earlier. -- -- -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

