Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin-index | /admin | Path does not match |
| 2 | admin-dashboard | /admin/dashboard | Path does not match |
| 3 | applications-index | /admin/applications | Path does not match |
| 4 | applications-new | /admin/applications/new | Path does not match |
| 5 | candidates-index | /admin/candidates | Path does not match |
| 6 | candidates-new | /admin/candidates/new | Path does not match |
| 7 | candidates-edit | /admin/candidates/{id}/edit | Path does not match |
| 8 | candidates-remove | /admin/candidates/{id}/remove | Path does not match |
| 9 | clients-index | /admin/clients | Path does not match |
| 10 | clients-new | /admin/clients/new | Path does not match |
| 11 | clients-edit | /admin/clients/{id}/edit | Path does not match |
| 12 | clients-remove | /admin/clients/{id}/remove | Path does not match |
| 13 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 14 | job_openings-index | /admin/job-openings | Path does not match |
| 15 | job_openings-new | /admin/job-openings/new | Path does not match |
| 16 | job_openings-edit | /admin/job-openings/{id}/edit | Path does not match |
| 17 | job_openings-remove | /admin/job-openings/{id}/remove | Path does not match |
| 18 | job_opening-list | /jobs | Path does not match |
| 19 | job_opening-view | /job/{id}/view | Path does not match |
| 20 | job_opening-search | /jobs/search/{search} | Path does not match |
| 21 | index | / | Path does not match |
| 22 | providers | /providers | Path does not match |
| 23 | about-us | /about-us | Path does not match |
| 24 | why-choose-wsgi | /why-choose-wsgi | Path does not match |
| 25 | leadership-team | /leadership-team | Path does not match |
| 26 | contact | /contact | Path does not match |
| 27 | login | /login | Path does not match |
| 28 | forgot-password | /forgot-password | Path does not match |
| 29 | users-index | /admin/users | Path does not match |
| 30 | users-login | /admin/login | Path does not match |
| 31 | users-logout | /admin/logout | Path does not match |
| 32 | _wdt | /_wdt/{token} | Path does not match |
| 33 | _profiler_home | /_profiler/ | Path does not match |
| 34 | _profiler_search | /_profiler/search | Path does not match |
| 35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 37 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 38 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 39 | _profiler_open_file | /_profiler/open | Path does not match |
| 40 | _profiler | /_profiler/{token} | Path does not match |
| 41 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 42 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 43 | _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.