On Aug 28, 2011, at 2:26 PM, Bruno Rocha wrote: > Proxy is a great idea, but I would like to keep the url as it is. > > I will make account the default controller, and in account I will create a > proxy to redirect to the index page if passed /index, or something like this. >
It'd be nice to have a local redirect. I wonder if that's practical. Something to tell the web2py dispatcher to redirect to a different controller/function without going back to the client.

