On Tuesday 01 December 2009 11:01:21 working_ant wrote: > Thank you both for reply. > > 404 is from TG, after examination, I believe there is a problem with > paths as Diez has hinted out. > > Just to be on the safe side I will describe situation step by step: > > Application is mounted in its directory > http://10.0.0.1/register/ > > When I try to access admin TG asks me about credentials. > http://10.0.0.1/register/login > I fill them and I get 404: > http://10.0.0.1/register/register/login?__logins=1&came_from=/register/ > > From what Diez hinted I believe that a problem arises due to the fact > that there is one more /register > reference in the url. > > I didn't mess with authentication logic generated by quickstart and > post action is the default one from > the: templates/login.html
Can you post your production.ini-file as well? I'm not 100% sure, but it looks as if the PATH_INFO as well as some configured prefix (also named register) are combined. Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

