Routing
app_default_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://test-validacioncuit.miacargopost.com/login
Route Matching Logs
Path to match:
/secure/index
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | /login | Path does not match |
| 2 | app_logout | /logout | Path does not match |
| 3 | app_secure_clientes_index | /secure/clientes/ | Path does not match |
| 4 | app_secure_clientes_datatable | /secure/clientes/datatable | Path does not match |
| 5 | app_secure_clientes_create | /secure/clientes/create | Path does not match |
| 6 | app_secure_clientes_ajax_update | /secure/clientes/ajax-update/{id} | Path does not match |
| 7 | app_secure_clientes_edit | /secure/clientes/edit/{id} | Path does not match |
| 8 | app_secure_clientes_delete | /secure/clientes/delete/{id} | Path does not match |
| 9 | app_secure_clientes_activate | /secure/clientes/activate/{id} | Path does not match |
| 10 | app_secure_consultar_cupo_index | /secure/consultar-cupo/ | Path does not match |
| 11 | app_secure_consultar_cupo_datatable | /secure/consultar-cupo/datatable | Path does not match |
| 12 | app_secure_consultar_cupo_cuits | /secure/consultar-cupo/cuits/{id} | Path does not match |
| 13 | app_secure_consultar_cupo_download | /secure/consultar-cupo/descargar/{id} | Path does not match |
| 14 | app_default_index | /secure/index | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.