Routing
(none)
Matched route
Route Matching Logs
Path to match:
/rh.php
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | validar_email | /validar-email/{email} | Path does not match |
| 2 | save_animal | /crear-animal | Path does not match |
| 3 | app_animal | /animal | Path does not match |
| 4 | animal_save | /animal/save | Path does not match |
| 5 | search_animal | /animal/{id} | Path does not match |
| 6 | update_animal | /animal/update/{id} | Path does not match |
| 7 | delete_animal | /animal/delete/{id} | Path does not match |
| 8 | display_bot | /display-bot | Path does not match |
| 9 | display_bot_ruben | /display-bot-ruben | Path does not match |
| 10 | display_bot_demo | /display-bot-demo | Path does not match |
| 11 | index | / | Path does not match |
| 12 | animales | /animales/{nombre}/{apellidos} | Path does not match |
| 13 | redirigir | /redirigir | Path does not match |
| 14 | app_pdf | Path does not match | |
| 15 | recibir_textos | /pdf/textos | Path does not match |
| 16 | hello | /hello | Path does not match |
| 17 | app_pdf_receivetext | /receive-text | Path does not match |
| 18 | pdf_obtener_cp | /pdf/obtener-cp | Path does not match |
| 19 | obtenerdato | /pdf/obtenerdato | Path does not match |
| 20 | filtrarPorPrecio | /pdf/filtrarPorPrecio | Path does not match |
| 21 | buscador | /pdf/buscador | Path does not match |
| 22 | horariosOporto | /pdf/horariosOporto | Path does not match |
| 23 | enviarCorreo | /pdf/enviarCorreo | Path does not match |
| 24 | cambiarFecha | /pdf/cambiarFecha | Path does not match |
| 25 | compare | /pdf/compare | Path does not match |
| 26 | mtasks | /mtasks | Path does not match |
| 27 | task_detail | /task/detail/{id} | Path does not match |
| 28 | task_creation | /crear-tarea | Path does not match |
| 29 | my_tasks | /mis-tareas | Path does not match |
| 30 | task_edit | /mis-tareas/editar-tarea/{id} | Path does not match |
| 31 | task_delete | /borrar-tarea/{id} | Path does not match |
| 32 | register | /registro | Path does not match |
| 33 | login | /login | Path does not match |
| 34 | logout | /logout | Path does not match |
| 35 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 42 | _profiler_open_file | /_profiler/open | Path does not match |
| 43 | _profiler | /_profiler/{token} | Path does not match |
| 44 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 45 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 46 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.