I wanted to change the default controller name. So I deleted it and transferred all its contents to another controller called main. While the links for main exposes links to index, user, download, call correctly (checked the page source, says main/user/). When I click on user it goes to the deleted controller default/user/index. The other three links work correctly, a redirect is being made when the view is not specified in the function user to the default controller. Fyi, I have created appropriate views as per the defaults and I have not changed anything besides the file names.
Is this typical behaviour and that we should not delete the default controller?
-- You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en.

