Routing
app_product_by_reference
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
| reference | "787" |
Route Redirection
This page redirects to:
/fr_FR/products/paire-de-sangle-uride-1m90-787
(route: "n/a")
Route Matching Logs
Path to match:
/fr_FR/products/by-reference/787
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_delta_core_webhook | /api/hooks/deltacore | Path does not match |
| 2 | app_dealer_locator | /{_locale}/points-de-vente | Path does not match |
| 3 | app_product_by_reference | /{_locale}/products/by-reference/{reference} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.