Routing
app_front_front
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/fr/admin
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_accounts_index | /admin/accounts/ | Path does not match |
| 2 | admin_accounts_manage | /admin/accounts/{id} | Path does not match |
| 3 | admin_accounts_add_entreprise | /admin/accounts/{id}/add-entreprise | Path does not match |
| 4 | admin_accounts_toggle_link | /admin/accounts/link/{id}/toggle | Path does not match |
| 5 | admin_accounts_remove_link | /admin/accounts/link/{id}/remove | Path does not match |
| 6 | app_dashboard | /admin | Path does not match |
| 7 | app_entreprise | /admin/entreprise/lists | Path does not match |
| 8 | app_new_entreprise | /admin/entreprise/add/new/entreprise | Path does not match |
| 9 | app_entreprise_detail | /admin/entreprise/details/{code} | Path does not match |
| 10 | app_subscription_payment_delete | /admin/entreprise/subscription/payment/{id}/delete | Path does not match |
| 11 | app_entreprise_edit | /admin/entreprise/bailleur/edit/{code} | Path does not match |
| 12 | app_unable_entreprise | /admin/entreprise/bailleur/unable/bailleur/{id} | Path does not match |
| 13 | app_unable_entreprise_save_change | /admin/entreprise/bailleur/unable/{id}/save/changement | Path does not match |
| 14 | app_membership | /admin/entreprise/bailleur/membership/{code} | Path does not match |
| 15 | app_membership_change_membership | /admin/entreprise/bailleur/membership/{entreprise}/{package} | Path does not match |
| 16 | app_membership_subscription_price_cycle | /admin/entreprise/membership/update/subscription/price | Path does not match |
| 17 | app_membership_subscription_for_free_trail | /admin/entreprise/membership/set/for/free/trail/price/{id} | Path does not match |
| 18 | app_entreprise_edit_bailleur_password | /admin/entreprise/bailleur/reset/password/{code} | Path does not match |
| 19 | app_new_entreprise_only | /admin/entreprise/add/new/entreprise/only | Path does not match |
| 20 | app_entreprise_only_detail | /admin/entreprise/only/detail/{code} | Path does not match |
| 21 | app_entreprise_only_edit | /admin/entreprise/entreprise/only/edit/{code} | Path does not match |
| 22 | app_front_front | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.