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 3d15d85 commit df04a9fCopy full SHA for df04a9f
user_guide_src/source/incoming/controllers.rst
@@ -336,6 +336,9 @@ The method will be passed URI segments 2 and 3 (``'15'`` and ``'edit'``):
336
Auto Routing (Improved) does not execute the method, and it results in 404
337
Not Found.
338
339
+Fallback to Default Controller
340
+------------------------------
341
+
342
If the controller corresponding to the URI segment of the controller name
343
does not exist, and if the default controller (``Home`` by default) exists in
344
the directory, the remaining URI segments are passed to the default controller's
0 commit comments