Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • So the URL should become: http://host.com/index/index/user/edit/12 index = indexController index (2nd one) = the action method edit = treated as a param 12 = treated as a param where is user Commented Jun 27, 2012 at 12:14
  • @Junaid Just missed that. I correct it. The question is simply: "If no controller is found, everything simply gets passed to the indexController as params instead of throwing a 404. Is that a bad choice, and why?" Commented Jun 27, 2012 at 12:25