> I wish Trac to redirect me to the login page when I get to > http://trac.mysite.com, forcing me to make the login with my username and my > password. > > How can I get this?
Apply the Apache authentication directives to http://trac.mydomain.com/cgi-bin/trac, not only http://trac.mydomain.com/cgi-bin/trac/login (if you're not using CGI, replace w/ the appropriate URL) This will force the server to emit an authentication request for any Trac page that is requested if the web client does not supply it. In other word, the client will not have to go on the login page, he will be prompted for his credentials even from the Trac home page. BTW, Trac 0.8.x is a really outdated Trac release. HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
