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_article_commande_index | /article/commande/ | Path does not match |
| 2 | app_article_commande_list | /article/commande/list/{commandeId} | Path does not match |
| 3 | app_article_commande_show | /article/commande/{id} | Path does not match |
| 4 | app_article_commande_edit | /article/commande/{id}/edit | Path does not match |
| 5 | app_article_commande_delete | /article/commande/{id} | Path does not match |
| 6 | app_article_facture_index | /article/facture/ | Path does not match |
| 7 | app_article_facture_new | /article/facture/new/{factureId} | Path does not match |
| 8 | app_article_facture_show | /article/facture/{id} | Path does not match |
| 9 | app_article_facture_edit | /article/facture/{id}/edit | Path does not match |
| 10 | app_article_facture_delete | /article/facture/{id} | Path does not match |
| 11 | 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.