Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_account | /account | Path does not match |
| 2 | app_profile | /profile | Path does not match |
| 3 | app_solicitud | /solicitud/{id} | Path does not match |
| 4 | app_password | /password | Path does not match |
| 5 | app_historial | /historial | Path does not match |
| 6 | admin | /admin | Path does not match |
| 7 | admin_mailing | /mailingadmin | Path does not match |
| 8 | admin2 | /admin/promo | Path does not match |
| 9 | admin_user | /adminuser | Path does not match |
| 10 | app_cart | /cart | Path does not match |
| 11 | app_checkout | /cart/checkout | Path does not match |
| 12 | app_emailer | /emailer | Path does not match |
| 13 | app_emailer_mailings | /emailer/mailings/{val} | Path does not match |
| 14 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.