Routing
(none)
Matched route
Route Matching Logs
Path to match:
/info3.php
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_about | /about | Path does not match |
| 17 | client_home | /client/home | Path does not match |
| 18 | client_appointments | /client/appointments | Path does not match |
| 19 | client_appointment_view | /client/appointment/{id} | Path does not match |
| 20 | appoint_update_status_client | /client/appointments/{id}/status/{status} | Path does not match |
| 21 | app_landing | / | Path does not match |
| 22 | app_login | /login | Path does not match |
| 23 | app_logout | /logout | Path does not match |
| 24 | office_add | /office/add | Path does not match |
| 25 | office_show | /office | Path does not match |
| 26 | office_details | /office/details/{id_off} | Path does not match |
| 27 | time_add | /office/{id_off}/timeAdd | Path does not match |
| 28 | time_edit | /office/{id_off}/timeEdit/{id} | Path does not match |
| 29 | time_delete | /office/{id_off}/timeDelete/{id} | Path does not match |
| 30 | app_office_show | /office/{id} | Path does not match |
| 31 | add_closure | /office/{id_off}/addClosure | Path does not match |
| 32 | api_get_services_by_speciality | /api/services/{specialityId} | Path does not match |
| 33 | service_add | /office/{id_off}/addService | Path does not match |
| 34 | closure | /office/{id_off}/Closure | Path does not match |
| 35 | delete_closure | /closure/{id}/delete | Path does not match |
| 36 | schedules | /office/{id_off}/Schedules | Path does not match |
| 37 | services | /office/{id_off}/Services | Path does not match |
| 38 | delete_service | /service/{id}/delete | Path does not match |
| 39 | pictures | /office/{id_off}/Pictures | Path does not match |
| 40 | pictures_add | /office/{id_off}/pictures/add | Path does not match |
| 41 | pictures_delete | /office/pictures/{id}/delete | Path does not match |
| 42 | pro_home | /pro/home | Path does not match |
| 43 | pro_appoint | /pro/appointments | Path does not match |
| 44 | api_appoint | /api/appointments | Path does not match |
| 45 | appoint_detail | /pro/appointments/view/{id} | Path does not match |
| 46 | appoint_update_status | /pro/appointments/{id}/status/{status} | Path does not match |
| 47 | profil_show | /profil | Path does not match |
| 48 | profil_edit | /profil/edit | Path does not match |
| 49 | rdv_new | /rdv/new/{officeId} | Path does not match |
| 50 | office_time_slots_ajax | /office/{id}/slots | Path does not match |
| 51 | get_services_by_speciality | /speciality/{id}/services | Path does not match |
| 52 | app_review_new | /office/{id}/review | Path does not match |
| 53 | pro_reviews | /pro/reviews | Path does not match |
| 54 | client_reviews | /client/reviews | Path does not match |
| 55 | app_office_list | /search | Path does not match |
| 56 | app_settings | /settings | Path does not match |
| 57 | app_test_mail | /test-mail | Path does not match |
| 58 | app_register | /register/{type} | Path does not match |
| 59 | app_confirm | /confirmation/{token} | 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.