You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: routing/redirect_in_config.rst
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Redirecting Using a Route
96
96
97
97
Assume you are migrating your website from WordPress to Symfony, you want to
98
98
redirect ``/wp-admin`` to the route ``sonata_admin_dashboard``. You don't know
99
-
the path, only the route name, if you pass query parameters to this route and active the ``keepQueryParams``, it will be redirected too. This can be achieved using the
99
+
the path, only the route name This can be achieved using the
0 commit comments