Webboard: Disallow and index refreshing
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: Message: Hi, > Hi, > > I have a question about the Disallow command. I want to index our intranet and use the following Server line > > Server http://ourhost/ file:///home/intranet/ > > In the /home/intranet are some folders I do not want to be indexed. For example a directory called Updates. How should I exclude this using the Disallow command? Like: > > Disallow /Updates/* The correct command is: Disallow */Updates/* or Disallow http://outhost/Updates/* > > Another question is about reindexing. If I want to reindex the Datasheets directory what command should I give? I tried > > indexer -am -u http://ourhost/Datasheets > > but that does not work. The command line argument -u uses SQL wildcards. So the command should be either: indexer -am -u %/Datasheets/% or indexer -am -u http://ourhost/Datasheets/% > > Best regards, > > Willem-Jan de Hoog Reply: <http://www.mnogosearch.org/board/message.php?id=20993>