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_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | bill_all | /bill/all | Path does not match |
| 15 | bill_view | /bill/{bill}/view | Path does not match |
| 16 | bill_pdf | /bill/{bill}/pdf | Path does not match |
| 17 | bill_xml | /bill/{bill}/xml | Path does not match |
| 18 | bill_email | /bill/{bill}/email | Path does not match |
| 19 | bill_delete | /bill/{bill}/delete | Path does not match |
| 20 | bill_select_client | /bill/select | Path does not match |
| 21 | bill_create | /bill/create/{client} | Path does not match |
| 22 | bill_edit | /bill/{bill} | Path does not match |
| 23 | client_all | /client/all | Path does not match |
| 24 | client_view | /client/{client}/view | Path does not match |
| 25 | client_delete | /client/{client}/delete | Path does not match |
| 26 | client_create | /client | Path does not match |
| 27 | client_edit | /client/{client} | Path does not match |
| 28 | home | / | Path does not match |
| 29 | login | /login | Path does not match |
| 30 | logout | /logout | Path does not match |
| 31 | offer_all | /offer/all | Path does not match |
| 32 | offer_select_client | /offer/select | Path does not match |
| 33 | offer_create | /offer/create/{client} | Path does not match |
| 34 | offer_edit | /offer/{offer} | Path does not match |
| 35 | offer_delete | /offer/{offer}/delete | Path does not match |
| 36 | offer_view | /offer/{offer}/view | Path does not match |
| 37 | offer_accept | /offer/{offer}/accept | Path does not match |
| 38 | offer_reject | /offer/{offer}/reject | Path does not match |
| 39 | offer_pdf | /offer/{offer}/pdf | Path does not match |
| 40 | offer_email | /offer/{offer}/email | Path does not match |
| 41 | offerHistory_edit | /offer/history/{offer} | Path does not match |
| 42 | request_all | /request/all | Path does not match |
| 43 | request_view | /request/{offerRequest}/view | Path does not match |
| 44 | request_review | /request/{offerRequest}/review | Path does not match |
| 45 | request_delete | /request/{offerRequest}/delete | Path does not match |
| 46 | request_accept | /request/{offerRequest}/accept | Path does not match |
| 47 | request_create | /request | Path does not match |
| 48 | request_edit | /request/{offerRequest} | Path does not match |
| 49 | project_all | /project/all | Path does not match |
| 50 | project_view | /project/{project}/view | Path does not match |
| 51 | project_delete | /project/{project}/delete | Path does not match |
| 52 | project_select_client | /project/select | Path does not match |
| 53 | project_create | /project/create/{client} | Path does not match |
| 54 | project_edit | /project/{project} | Path does not match |
| 55 | setting_edit | /setting | Path does not match |
| 56 | user_all | /user/all | Path does not match |
| 57 | user_view | /user/{user}/view | Path does not match |
| 58 | user_delete | /user/{user}/delete | Path does not match |
| 59 | user_create | /user | Path does not match |
| 60 | user_edit | /user/{user} | Path does not match |
| 61 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 62 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 63 | _profiler_vite | /_profiler/vite | 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.