Routing
(none)
Matched route
Route Matching Logs
Path to match:
/wordpress/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_person_to_visit_index | /admin/person-to-visit | Path does not match |
| 3 | admin_person_to_visit_new | /admin/person-to-visit/new | Path does not match |
| 4 | admin_person_to_visit_batch_delete | /admin/person-to-visit/batch-delete | Path does not match |
| 5 | admin_person_to_visit_autocomplete | /admin/person-to-visit/autocomplete | Path does not match |
| 6 | admin_person_to_visit_render_filters | /admin/person-to-visit/render-filters | Path does not match |
| 7 | admin_person_to_visit_edit | /admin/person-to-visit/{entityId}/edit | Path does not match |
| 8 | admin_person_to_visit_delete | /admin/person-to-visit/{entityId}/delete | Path does not match |
| 9 | admin_person_to_visit_detail | /admin/person-to-visit/{entityId} | Path does not match |
| 10 | admin_place_index | /admin/place | Path does not match |
| 11 | admin_place_new | /admin/place/new | Path does not match |
| 12 | admin_place_batch_delete | /admin/place/batch-delete | Path does not match |
| 13 | admin_place_autocomplete | /admin/place/autocomplete | Path does not match |
| 14 | admin_place_render_filters | /admin/place/render-filters | Path does not match |
| 15 | admin_place_edit | /admin/place/{entityId}/edit | Path does not match |
| 16 | admin_place_delete | /admin/place/{entityId}/delete | Path does not match |
| 17 | admin_place_detail | /admin/place/{entityId} | Path does not match |
| 18 | admin_visit_slot_index | /admin/visit-slot | Path does not match |
| 19 | admin_visit_slot_new | /admin/visit-slot/new | Path does not match |
| 20 | admin_visit_slot_batch_delete | /admin/visit-slot/batch-delete | Path does not match |
| 21 | admin_visit_slot_autocomplete | /admin/visit-slot/autocomplete | Path does not match |
| 22 | admin_visit_slot_render_filters | /admin/visit-slot/render-filters | Path does not match |
| 23 | admin_visit_slot_edit | /admin/visit-slot/{entityId}/edit | Path does not match |
| 24 | admin_visit_slot_delete | /admin/visit-slot/{entityId}/delete | Path does not match |
| 25 | admin_visit_slot_detail | /admin/visit-slot/{entityId} | Path does not match |
| 26 | admin_visitor_index | /admin/visitor | Path does not match |
| 27 | admin_visitor_new | /admin/visitor/new | Path does not match |
| 28 | admin_visitor_batch_delete | /admin/visitor/batch-delete | Path does not match |
| 29 | admin_visitor_autocomplete | /admin/visitor/autocomplete | Path does not match |
| 30 | admin_visitor_render_filters | /admin/visitor/render-filters | Path does not match |
| 31 | admin_visitor_edit | /admin/visitor/{entityId}/edit | Path does not match |
| 32 | admin_visitor_delete | /admin/visitor/{entityId}/delete | Path does not match |
| 33 | admin_visitor_detail | /admin/visitor/{entityId} | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _wdt_stylesheet | /_wdt/styles | 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_xdebug | /_profiler/xdebug | Path does not match |
| 42 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 43 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 44 | _profiler_open_file | /_profiler/open | Path does not match |
| 45 | _profiler | /_profiler/{token} | Path does not match |
| 46 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 47 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 48 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 49 | app_home | / | Path does not match |
| 50 | app_login | /login | Path does not match |
| 51 | app_logout | /logout | Path does not match |
| 52 | app_visit_slot_register | /visit-slot/{id}/register | Path does not match |
| 53 | app_visit_slot_cancel | /visit-slot/{id}/cancel | 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.