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 b82b0d6 commit e83469eCopy full SHA for e83469e
routing.rst
@@ -1367,6 +1367,8 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
1367
# * for temporary redirects, it uses the 307 status code instead of 302
1368
# * for permanent redirects, it uses the 308 status code instead of 301
1369
keepRequestMethod: true
1370
+ # add this to remove the parameters when redirecting
1371
+ ignoreAttributes: true
1372
1373
legacy_doc:
1374
path: /legacy/doc
0 commit comments