Sergey Kartashoff wrote:

> Hi!
> 
>>>>I cannot get the HrefOnly directive in my configuration file to
>>>>work for index pages. I have this line:
>>>>
>>>>HrefOnly \/$
>>>>
>>>>Shouldn't that prevent URL's ending in / from being indexed?
>>>>
>>>Yes, it should.
>>>
> 
> NT> In HrefOnly the escaping \ is necessary too right?
> 
> Yes.
> 
> 
>>>>But I'm still getting search results like:
>>>>        * http://www.austinchronicle.com/issues/dispatch/columns/
>>>>
>
> NT> yes, I run ./indexer -C to clear it and then I start indexer again
> NT> and I end up with the above result..
> 


Sergey was wrong. HrefOnly command uses "string wildcards" match
type, not regex, by default. So the correct command is either:

HrefOnly */

or

HrefOnly regex \/$


Hope this helps.

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

Reply via email to