Kreso wrote: > well, thanks but it doesn't work either. > > if I use Server command, indexer just ignores Realm, if I use URL command, > then indexer accepts Realm, but starts indexing all foreign sites whose > urls are contained in local documents and also escapes out of the specified > path. Is here something broken or I'm just unable to grasp the concept? > > I want to do something very simple: index all but few specified > documents but always stay on the local site in the specified path > (i.e. do not follow foreign links and do not index documents outside > the specified path). How could I achieve this? > > On Fri, Mar 22, 2002 at 05:17:30PM +0200, Sergey Kartashoff wrote: >>Friday, March 22, 2002, 4:58:08 PM, you wrote: >> >> >>K> I'm trying to configure indexer so that it excludes certain parts >>K> of the site. I tried something like: >> >>K> Tag A >>K> Realm Regex NoMatch http://localhost/manual/mod/mod_php4/ref* >>K> Server http://localhost/manual/mod/mod_php4/ >> >>K> where I'm trying to exclude keep all ref* pages out of index for >>K> Server URL. However, this doesn't work (i.e. ref pages go in). >>K> Help would be appreciated. >> >>It is not correct regex syntax. >>Use >>Realm NoMatch http://localhost/manual/mod/mod_php4/ref* >>or >>Realm Regex NoMatch http://localhost/manual/mod/mod_php4/ref.* >>
If you want to exclude all /ref* pages, use something like this: Disallow http://localhost/,anual/mod/mod_php4/ref* Disallow http://localhost/,anual/mod/mod_php4/ ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
