Routing
archive
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "124" |
Route Matching Logs
Path to match:
/archive/124
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | cart_add | /cart/add | Path does not match |
| 2 | cart_delete | /cart/delete | Path does not match |
| 3 | home | / | Path does not match |
| 4 | app_contact | /contact | Path does not match |
| 5 | cart | /panier | Path does not match |
| 6 | search | /recherche | Path does not match |
| 7 | app_consulting | /demande | Path does not match |
| 8 | cms_route_7 | /mentions-legales | Path does not match |
| 9 | cms_route_8 | /politique-de-confidentialite | Path does not match |
| 10 | archive | /archive/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.