Response redirectAction(Request $request, string $route, bool $permanent = false, bool|array $ignoreAttributes = false)
Redirects to another route with the given name.
The response status code is 302 if the permanent parameter is false (default), and 301 if the redirection is permanent.
In case the route name is empty, the status code will be 404 when permanent is false and 410 otherwise.
Please login to continue.