Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles.css | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | app | / | Path does not match |
| 18 | ingresar_datos_personales | /ingresar/datospersonales | Path does not match |
| 19 | ingresar_datos_personales_post | /ingresar/datospersonales/post | Path does not match |
| 20 | datos_personales | /datospersonales | Path does not match |
| 21 | ver_archivo_vehiculo | /archivo/vehiculo | Path does not match |
| 22 | ver_archivo_pago | /archivo/pago | Path does not match |
| 23 | ver_archivo | /archivo/{file} | Path does not match |
| 24 | persona_natural | /persona/natural | Path does not match |
| 25 | persona_juridica | /persona/juridica | Path does not match |
| 26 | eliminarPersona | /eliminar/persona/post | Path does not match |
| 27 | fun_busqueda_persona | /funcionario/busqueda/persona | Path does not match |
| 28 | fun_busqueda_persona_post | /funcionario/busqueda/persona/post | Path does not match |
| 29 | vista_agregar_persona | /funcionario/agregar/contribuyente | Path does not match |
| 30 | funcionario_registrar_persona_post | /funcionario/agregar/contribuyente/post | Path does not match |
| 31 | ficha_persona | /ficha/{id}/contribuyente | Path does not match |
| 32 | func_vista_agregar_vehiculo | /view/{id}/registrar/vehiculo | Path does not match |
| 33 | func_agregar_vehiculo_post | /add/registrar/vehiculo/post | Path does not match |
| 34 | funcionario_datos_vehiculo | /funcionario/{id}/vehiculo/ficha | Path does not match |
| 35 | fun_busqueda_vehiculo | /funcionario/busqueda/vehiculo | Path does not match |
| 36 | fun_busqueda_vehiculo_post | /funcionario/busqueda/vehiculo/post | Path does not match |
| 37 | funcionario_vista_registrar_pago | /funcionario/registrar/pago | Path does not match |
| 38 | funcionario_registrar_pago_post | /funcionario/registrar/pago/post | Path does not match |
| 39 | mostrar_cuenta_pago | /mostrar_cuenta_pago | Path does not match |
| 40 | subir_pago | /subirpago/post | Path does not match |
| 41 | sup_pantalla_pagos_pendientes | /sup/pagosporverificar | Path does not match |
| 42 | sup_vista_verificar_pago_individual | /sup/verificarpago/{id}/individual | Path does not match |
| 43 | sup_ejecutar_verificar_pago | /sup/ejecutar/verificar/pago/post | Path does not match |
| 44 | reportar_verificacion_pago_fallido | /sup/reportar/pago/fallido/post | Path does not match |
| 45 | verificar_temporal | /sup/verificar/temporal/{id} | Path does not match |
| 46 | app_generate_pdf_vehiculo | /generate/pdf/{id}/vehiculo | Path does not match |
| 47 | listaSectoresPorParroquia | /public/ajax/sector_by_parroquia | Path does not match |
| 48 | isEmailUsed | /public/ajax/isEmailUsed | Path does not match |
| 49 | isDocumentUsed | /public/ajax/isDocumentUsed | Path does not match |
| 50 | generateConfirmationCode | /public/ajax/generateConfirmationCode | Path does not match |
| 51 | verifyRegistrationCode | /public/ajax/verifyRegistrationCode | Path does not match |
| 52 | getNombreByCedulaInCne | /public/ajax/getNombreByCedulaInCne | Path does not match |
| 53 | newUserRequest | /public/newUserRequest/post | Path does not match |
| 54 | mensajeCorreoRegistroEnviado | /public/register/email/sended | Path does not match |
| 55 | emailRecoverRequest | /public/email/recover/request/ajax | Path does not match |
| 56 | app_recover_password_by_link | /public/email/recover/by/link | Path does not match |
| 57 | app_public_sendemail | /public/email | Path does not match |
| 58 | public_chequeo_vehiculo | /public/chequeo/vehiculo | Path does not match |
| 59 | manuales | /public/manuales | Path does not match |
| 60 | cerrarSistema | /public/cerrar/sistema/86090720826 | Path does not match |
| 61 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.