We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1f879 commit df966faCopy full SHA for df966fa
user_guide_src/source/incoming/controllers.rst
@@ -331,6 +331,9 @@ The method will be passed URI segments 2 and 3 (``'15'`` and ``'edit'``):
331
Auto Routing (Improved) does not execute the method, and it results in 404
332
Not Found.
333
334
+Fallback to Default Controller
335
+------------------------------
336
+
337
If the controller corresponding to the URI segment of the controller name
338
does not exist, and if the default controller (``Home`` by default) exists in
339
the directory, the remaining URI segments are passed to the default controller's
0 commit comments