How do I exclude certain hits or requests from my reports?

Suppose that the unwanted requests are contained within a subdirectory called “miscellaneous”. You will need to include this line in the Urchin config file, inside the tags:


FilterOut: miscellaneous

If you wish to filter out multiple items, simply separate each one by a pipe ‘|’. Here’s the format:


FilterOut: item1|item2|item3

Note the filters apply only to the next “TransferLog” directive it preceeds.

Your rating: None