mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
minor #12256 [Routing] Removed a note about automatic redirection (javiereguiluz)
This PR was merged into the 4.3 branch.
Discussion
----------
[Routing] Removed a note about automatic redirection
Same as #12247 (created by @xavierleune) but for 4.3 branch.
Commits
-------
d3a028a0e [Routing
This commit is contained in:
@@ -1448,12 +1448,6 @@ Route URL If the requested URL is ``/foo`` If the requested URL is ``
|
||||
``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response)
|
||||
========== ======================================== ==========================================
|
||||
|
||||
.. note::
|
||||
|
||||
If your application defines different routes for each path (``/foo`` and
|
||||
``/foo/``) this automatic redirection doesn't take place and the right
|
||||
route is always matched.
|
||||
|
||||
Sub-Domain Routing
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user