On Aug 9, 2005, at 6:23 PM, Zhou LiBing wrote:

1) If I want to limit multi-domains,what should I do

Change:
+^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/
to:
+^http://([a-z0-9]*\.)*(domain1|domain2|...|domainN)/
2) if I have a mirror web site at local disk, How can I use Nutch to search
the content the mirror site?

Change the line: -^(file|ftp|mailto):
to read (both of the following lines should solve your problem):
-^(ftp|mailto):
+^(file):

Let me know if it works...
Cheers,
Hasan Diwan <[EMAIL PROTECTED]>

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to