File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -517,12 +517,12 @@ Route path If the requested URL is ``/foo`` If the requested URL is ``
517
517
.. note ::
518
518
519
519
If your application defines different routes for each path (``/foo `` and
520
- ``/foo/ ``) then this automatic redirection doesn't take place and the right
520
+ ``/foo/ ``) this automatic redirection doesn't take place and the right
521
521
route is always matched.
522
522
523
523
.. versionadded :: 4.1
524
524
The automatic ``301 `` redirection from ``/foo/ `` to ``/foo `` was introduced
525
- in Symfony 4.1. In previous Symfony version this results in a ``404 `` response.
525
+ in Symfony 4.1. In previous Symfony versions this results in a ``404 `` response.
526
526
527
527
.. index ::
528
528
single: Routing; Controllers
You can’t perform that action at this time.
0 commit comments