PDA

View Full Version : Skip options help


tolbertcs
12-05-2008, 08:12 PM
I need some help with skip options -- the ones I'm using don't seem to be working. We're using Spidering mode when scanning files.

I defined the following skip options --
/Tutorial/
/tutorial/
/HTML/
/html/

I'm seeing the following URLs in the search results -- I thought these would be skipped.

.../CPOE/RefresherTutorials/CPOESMH/...
.../RefresherTutorials/PublishingLog.txt
.../ViewOnlyHTML/cnquizviewonly_main_p002.htm

Thanks,
Claire

wrensoft
12-05-2008, 09:15 PM
The leading "/' stops /Tutorial/ matching RefresherTutorials/.

Try instead
Tutorial/
tutorial/
HTML/
html/

And then check it isn't skippng more that you wanted.