According to Peter Kling:
> Can someone tell me what I'm doing wrong, I'm trying to use the
> exclude_urls: to exclude multiple directories
> 
> I've tried the following
> exclude_urls:         /cgi-bin/.cgi  /doc/.*  /manpages/.* 
> also tried
> exclude_urls:         /cgi-bin/ .cgi  /doc/ .*   /manpages/.* 
> and tried
> exclude_urls:         /cgi-bin/ .cgi  /doc/  /manpages/
> 
> What is the format I'm missing, do I need to Quote the string?

First of all, you don't mention which version of htdig you're using.
Regular expressions in exclude_urls only work in the 3.2 betas, not in
the 3.1.x stable releases.  Secondly, for regular expressions to work in
3.2.x, they must be enclosed in brackets, e.g. [/doc/.*] to distinguish
them from simple substrings which are assumed by default (for backward
compatibility with 3.1.x config files).

See http://www.htdig.org/dev/htdig-3.2/cf_types.html

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
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