Re: Trailing slashes in request

2002-11-19 Thread Matthias Brunner
On Tuesday 19 November 2002 14:48, Geoff Howard wrote: > oops - the regular expression match I gave you can > obviously cause problems because it's not restrictive > enough. In a similar case, I use: type="regexp" pattern="^admin[/]?$">... the brackets > don't have a functional purpose in this ca

Re: Trailing slashes in request

2002-11-19 Thread Geoff Howard
oops - the regular expression match I gave you can obviously cause problems because it's not restrictive enough. In a similar case, I use: ... the brackets don't have a functional purpose in this case - I just find it easier to read that way. Geoff --- Geoff Howard <[EMAIL PROTECTED]> wrote: > T

Re: Trailing slashes in request

2002-11-19 Thread Geoff Howard
The pattern you have below should work - is it possible you have a typo or some other problem causing the 404? In any case, you'll probably want to use the regex matcher instead of the plain wildcard matcher. I don't think it's defined by default in the sitemap so you may need to add to your

Trailing slashes in request

2002-11-19 Thread Matthias Brunner
Hello, someone must have encountered this problem as well but I did not find anything useful (at least for me) in the archives. Sub-sitemap fragment: --- --- So when someone hits "htt