In the file: %NUTCH_DIR%/conf/crawl-urlfilter.txt
Find the lines reading: # skip URLs containing certain characters as probable queries, etc. [EMAIL PROTECTED] Removing the '=' and '?' characters in the above should solve the prblem. The new lines would look like this: # skip URLs containing certain characters as probable queries, etc. [EMAIL PROTECTED] You could also try removing this line in whole, or just add a '#' character to the beginning to comment out the rule. -- Jim On 9/11/06, Troy Hawkins <[EMAIL PROTECTED]> wrote:
Hello, I'm wondering if there is a way to get Nutch to spider through links to cgi queries (i.e., execute a hard-coded link to a cgi script - not linked to a form). Much of the data in the pages I would like to index is accessed this way. I am a novice at this and would appreciate any advice/help that any of you can offer. Thanks very much in advance! Troy Hawkins
