Routing
app_product_back_new
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin-product/new
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_activite_index | /activite/ | Path does not match |
| 2 | app_consult_activite_sign | /activite/sign/{id} | Path does not match |
| 3 | app_activite_data | /activite/data | Path does not match |
| 4 | app_activite_new | /activite/new | Path does not match |
| 5 | app_activite_show | /activite/{id} | Path does not match |
| 6 | app_activite_edit | /activite/{id}/edit | Path does not match |
| 7 | app_activite_delete | /activite/{id} | Path does not match |
| 8 | app_product_back_new | /admin-product/new | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.