[Trac] Re: adding a left side menu...

Frazier, Stephen frazier at ugs.com
Thu Mar 3 11:10:39 EST 2005


I would also add that you don't have to create a 'login' file or
anything. It is simply telling Apache to do something if it sees a
particular URL.

-----Original Message-----
From: trac-bounces at lists.edgewall.com
[mailto:trac-bounces at lists.edgewall.com] On Behalf Of Matthew Good
Sent: Thursday, March 03, 2005 11:00 AM
To: trac at lists.edgewall.com; bedouglas at earthlink.net
Subject: RE: [Trac] Re: adding a left side menu...

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>

_______________________________________________
Trac mailing list
Trac at lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


More information about the Trac mailing list