We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb8f35 commit 82c02fbCopy full SHA for 82c02fb
1 file changed
user_guide_src/source/incoming/controllers.rst
@@ -274,6 +274,10 @@ Your method will be passed URI segments 3 and 4 (``'sandals'`` and ``'123'``):
274
275
.. literalinclude:: controllers/022.php
276
277
+.. note:: If there are more parameters in the URI than the method parameters,
278
+ Auto Routing (Improved) does not execute the method, and it results in 404
279
+ Not Found.
280
+
281
Defining a Default Controller
282
=============================
283
0 commit comments