Routing
app_redirect_en_to_fr
Matched route
Route Parameters
| Name | Value |
|---|---|
| path | "contact" |
Route Redirection
This page redirects to:
/fr/contact
(route: "n/a")
Route Matching Logs
Path to match:
/en/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_redirect_en_to_fr | /en/{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.