On Mon, Oct 30, 2006 at 09:10:05PM -0800, Bill Moseley wrote:
> 
> I'm setting up Trac on shared hosting where I don't have access to
> httpd.conf -- I can only use .htaccess.  That means I can't use
> <Location> to enable basic auth for the login link.

I went the easy route and setup /trac to not require auth and
/index.fcgi to require basic auth.

Then I have two redirect:

    /trac/login => /index.fcgi
    /index.fcgi/logout => /trac/

which should get me by for now.

But, is there a way to set the login and logout links in trac.ini?

-- 
Bill Moseley
[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to