[Trac] Re: adding a left side menu...
Matthew Good
trac at matt-good.net
Thu Mar 3 11:00:07 EST 2005
On Thu, 2005-03-03 at 07:57 -0800, bruce wrote:
> one question....
>
> what's with the 'login' in the location match (<LocationMatch
> "/projects/[[:alnum:]_]+/login">)
>
> is this a file/directory? is this part of trac.. do i provide this???
>
> also, does the ":alnum" get resolved because we're using mod_python.. and
> just what is :alnum:..???
It's a regular expression to match the login page. So, if you try to
access /projects/someproject/login, Apache will catch this and ask for
authentication
.
--
Matthew Good <trac at matt-good.net>
More information about the Trac
mailing list