- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: Only one

Take look at IndexIf/NoIndexIf commands: 
http://www.dataparksearch.org/dpsearch-indexcmd.en.html#indexif_cmd

Probably, you need to add following commands to your index.conf file:

# enable indexing for *.de sites:
IndexIf regex url.host \.de$
# enable indexing for sites with German language:
IndexIf Content-Language de*
# disallow indexing for any other
NoIndexIf regex body .

Please note, despite only sites with German language will be indexed, all sites 
will be downloaded, parsed and scaned for links.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=03;topic_id=1181074685

Reply via email to