Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | countries | /countries | Path does not match |
| 14 | country_new | /country/new | Path does not match |
| 15 | country_edit | /country/{id} | Path does not match |
| 16 | country_delete | /country/delete/{id} | Path does not match |
| 17 | home | /home | Path does not match |
| 18 | login | / | Path does not match |
| 19 | logout | /logout | Path does not match |
| 20 | sess | /sess | Path does not match |
| 21 | diplomas | /diplomas | Path does not match |
| 22 | diploma_new | /diploma/new | Path does not match |
| 23 | diploma_edit | /diploma/{id} | Path does not match |
| 24 | diploma_delete | /diploma/delete/{id} | Path does not match |
| 25 | diploma_reports | /diplomareports | Path does not match |
| 26 | diploma_report_show | /diploma-report/{id} | Path does not match |
| 27 | diploma_report_new | /diploma-report/new | Path does not match |
| 28 | diploma_report_status | /dploma-report/{id}/{state} | Path does not match |
| 29 | districts | /districts | Path does not match |
| 30 | district_new | /district/new | Path does not match |
| 31 | district_edit | /district/{id} | Path does not match |
| 32 | district_delete | /district/delete/{id} | Path does not match |
| 33 | national_program_reports | /national/program-reports | Path does not match |
| 34 | national_program_report_show | /national/program-report/{id} | Path does not match |
| 35 | national_program_reports_new | /national/program-reports/new | Path does not match |
| 36 | national_program_report_status | /national/program-report/{id}/{state} | Path does not match |
| 37 | programs | /programs | Path does not match |
| 38 | program_new | /program/new | Path does not match |
| 39 | program_edit | /program/{id} | Path does not match |
| 40 | program_delete | /program/delete/{id} | Path does not match |
| 41 | program_reports | /program-reports | Path does not match |
| 42 | program_report_new | /program-report/new | Path does not match |
| 43 | program_report_show | /program-report/{id} | Path does not match |
| 44 | program_report_status | /program-report/{id}/{state} | Path does not match |
| 45 | regions | /regions | Path does not match |
| 46 | region_new | /region/new | Path does not match |
| 47 | region_edit | /region/{id} | Path does not match |
| 48 | region_delete | /region/delete/{id} | Path does not match |
| 49 | users | /users | Path does not match |
| 50 | user_new | /user/new | Path does not match |
| 51 | user_show | /show/{id} | Path does not match |
| 52 | user_edit | /user/{id} | Path does not match |
| 53 | user_delete | /user/delete/{id} | Path does not match |
| 54 | user_profile | /profile | Path does not match |
| 55 | user_profile_edit | /profile/edit | 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.