Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | api_entrypoint | /{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
13 | api_doc | /docs.{_format} | Path does not match |
14 | api_events_get_collection | /events.{_format} | Path does not match |
15 | api_events_get_item | /events/{uuid}.{_format} | Path does not match |
16 | api_event_reports_get_collection | /event-reports.{_format} | Path does not match |
17 | api_event_reports_get_item | /event-reports/{id}.{_format} | Path does not match |
18 | api_entries_post_collection | /entry/generate | Path does not match |
19 | api_pinpoints_get_item | /pinpoints/{ip}.{_format} | Path does not match |
20 | api_reports_post_collection | /reports.{_format} | Path does not match |
21 | liip_monitor_health_interface | /health/ | Path does not match |
22 | liip_monitor_list_checks | /health/checks | Path does not match |
23 | liip_monitor_list_all_checks | /health/all_checks | Path does not match |
24 | liip_monitor_list_groups | /health/groups | Path does not match |
25 | liip_monitor_run_all_checks_http_status | /health/http_status_checks | Path does not match |
26 | liip_monitor_run_single_check_http_status | /health/http_status_check/{checkId} | Path does not match |
27 | liip_monitor_run_all_checks | /health/run | Path does not match |
28 | liip_monitor_run_single_check | /health/run/{checkId} | Path does not match |
29 | liip_monitor_list_reporters | /health/list/reporters | 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.