Hi!

Friday, March 22, 2002, 4:58:08 PM, you wrote:


K> hi

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.*

-- 
Regards, Sergey aka gluke.

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to