 |
Softcart FAQ |
How do I exclude certain directories from being indexed?
In the swish.cfg file, add the following line:
FileRules pathname contains directory_name
For example to exclude the _vti directories in FrontPage the correct line would be: FileRules pathname contains _vti
|