On Fri, 11 Oct 2002, Pub Litics wrote: > exclude_urls: /cgi-bin/ .cgi > /forum/ > /applets/ > /chat/ > /dig/ > /htdig/ > /poll/ > /random/
Do you have them listed in your config file exactly like this? If so, you're missing the "continue on next line" bits--basically you need a "\" character at the end of the line (nothing at all after) for the next line to be considered part of the attribute. Alternatively, you can read in the contents of a file: exclude_urls: `/path/to/exclude.txt` http://www.htdig.org/confindex.html http://www.htdig.org/cf_variables.html > >persistent, because if it's there, htdig reads it and if you interrupt > >htdig again, it recreates it again. So, if you interrupted htdig before So this is the next question. When you index, have you interrupted htdig and restarted? > OK, next (assuming that "attributes" have been "exhausted") you say > that "we need to get htdig to issue a warning." I assume that this is -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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

