Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dashboard | / | Path does not match |
| 2 | export_index | /export/ | Path does not match |
| 3 | export_chart | /export/chart | Path does not match |
| 4 | export_schedule | /export/dienste | Path does not match |
| 5 | export_single_record | /export/bericht/{record} | Path does not match |
| 6 | export_record | /export/bericht | Path does not match |
| 7 | export_stats | /export/stats | Path does not match |
| 8 | help | /hilfe | Path does not match |
| 9 | post_index | /forum/ | Path does not match |
| 10 | post_new | /forum/neu/{quote} | Path does not match |
| 11 | post_delete | /forum/{id} | Path does not match |
| 12 | record_new | /dokumentation/ | Path does not match |
| 13 | record_show | /dokumentation/anzeigen/{record} | Path does not match |
| 14 | record_delete | /dokumentation/{id} | Path does not match |
| 15 | app_forgot_password_request | /reset-password | Path does not match |
| 16 | app_check_email | /reset-password/check-email | Path does not match |
| 17 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 18 | scheduler | /termine | Path does not match |
| 19 | scheduler_api_get | /termine/api | Path does not match |
| 20 | scheduler_api_post | /termine/api | Path does not match |
| 21 | scheduler_api_put | /termine/api/{event} | Path does not match |
| 22 | scheduler_api_delete | /termine/api/{event} | Path does not match |
| 23 | app_login | /login | Path does not match |
| 24 | app_logout | /logout | Path does not match |
| 25 | setting | /setting | Path does not match |
| 26 | standarddienstplan | /standarddienstplan/{chat} | Path does not match |
| 27 | user_index | /user/ | Path does not match |
| 28 | user_new | /user/new | Path does not match |
| 29 | user_edit | /user/{id}/edit | Path does not match |
| 30 | user_delete | /user/{id} | Path does not match |
| 31 | _preview_error | /_error/{code}.{_format} | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 38 | _profiler_open_file | /_profiler/open | Path does not match |
| 39 | _profiler | /_profiler/{token} | Path does not match |
| 40 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 41 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 42 | _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.