On Jan 1, 2011, at 10:33 AM, Arun K.Rajeevan wrote: > apart from setting, > routes_apps_raw=['init'] > > I've these changes to routs.py > > routes_in = ( (r'.*:/favicon.ico', r'/init/static/favicon.ico'), > (r'.*:/robots.txt', r'/init/static/robots.txt'), > (r'.*(php|PHP|asp|ASP|jsp|JSP)', r'/jammer/default/index'), > ) > > routes_out = () > > I'm more worried about redirect problem of controller init/user/
Try the logic I just sent; the problem is that there's nothing in request.args. I think.