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 67f3845 commit 14bf4f8Copy full SHA for 14bf4f8
routing.rst
@@ -770,12 +770,6 @@ Route path If the requested URL is ``/foo`` If the requested URL is ``
770
``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response)
771
========== ======================================== ==========================================
772
773
-.. note::
774
-
775
- If your application defines different routes for each path (``/foo`` and
776
- ``/foo/``) this automatic redirection doesn't take place and the right
777
- route is always matched.
778
779
.. versionadded:: 4.1
780
The automatic ``301`` redirection from ``/foo/`` to ``/foo`` was introduced
781
in Symfony 4.1. In previous Symfony versions this results in a ``404`` response.
0 commit comments