Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_criterion | /admin/criterion | Path does not match |
| 2 | app_admin_criterion_update | /admin/criterion/{id} | Path does not match |
| 3 | app_admin_export | /admin/export | Path does not match |
| 4 | app_admin_export_president | /admin/export/president | Path does not match |
| 5 | app_admin_export_flavor | /admin/export/flavor | Path does not match |
| 6 | app_admin_export_pizza | /admin/export/pizza | Path does not match |
| 7 | app_admin_jury | /admin/jury | Path does not match |
| 8 | app_admin_jury_update | /admin/jury/{id} | Path does not match |
| 9 | app_admin_malus | /admin/malus | Path does not match |
| 10 | app_admin_malus_update | /admin/malus/{id} | Path does not match |
| 11 | app_admin_malus_list | /admin/malus-list | Path does not match |
| 12 | app_admin_malus_list_update | /admin/malus-list/{id} | Path does not match |
| 13 | app_admin_team | /admin/team | Path does not match |
| 14 | app_admin_team_update | /admin/team/{id} | Path does not match |
| 15 | app_admin_theme | /admin/theme | Path does not match |
| 16 | app_admin_theme_update | /admin/theme/{id} | Path does not match |
| 17 | app_home | / | Path does not match |
| 18 | app_notation_team | /team/{id} | Path does not match |
| 19 | app_save | /save/{team}/{critere}/{value} | Path does not match |
| 20 | app_delete | /delete/{team}/{critere} | Path does not match |
| 21 | app_file | /file/{id} | Path does not match |
| 22 | app_read | /fr/read/{id} | Path does not match |
| 23 | app_read_en | /en/read/{id} | Path does not match |
| 24 | app_saveselect | /saveselect/{team}/{critere}/{value} | Path does not match |
| 25 | app_save_comment | /comment | Path does not match |
| 26 | app_closure | /closure | Path does not match |
| 27 | app_results | /results | Path does not match |
| 28 | app_admin | /adm | Path does not match |
| 29 | app_login | /login | Path does not match |
| 30 | app_logout | /logout | 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.