Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | default | / | Path does not match |
| 2 | games_index | /fixtures | Path does not match |
| 3 | games_predict | /fixtures/predict/{match} | Path does not match |
| 4 | games_create | /fixtures/create/{match} | Path does not match |
| 5 | register | /register | Path does not match |
| 6 | app_verify_email | /verify/email | Path does not match |
| 7 | app_reset_password_request | /reset-password/request | Path does not match |
| 8 | app_reset_password_check_email | /reset-password/check-email | Path does not match |
| 9 | app_reset_password_reset | /reset-password/reset/{token} | Path does not match |
| 10 | login | /login | Path does not match |
| 11 | logout | /logout | Path does not match |
| 12 | admin_home | /admin/ | Path does not match |
| 13 | admin_install | /admin/install | Path does not match |
| 14 | admin_fileuploadhandler | /admin/fileuploadhandler | Path does not match |
| 15 | admin_getfile | /admin/getfile/{id} | Path does not match |
| 16 | admin_users | /admin/users | Path does not match |
| 17 | admin_user_new | /admin/users/new | Path does not match |
| 18 | admin_user_edit | /admin/users/edit/{id} | Path does not match |
| 19 | admin_user_delete | /admin/users/delete/{id} | Path does not match |
| 20 | admin_login | /admin/login | Path does not match |
| 21 | admin_logout | /admin/logout | Path does not match |
| 22 | admin_blacklist_index | /admin/blacklist | Path does not match |
| 23 | admin_blacklist_create | /admin/blacklist/create | Path does not match |
| 24 | admin_blacklist_delete | /admin/blacklist/delete/{id} | Path does not match |
| 25 | admin_dashboard | /admin/dashboard | Path does not match |
| 26 | admin_games_index | /admin/games | Path does not match |
| 27 | admin_games_create | /admin/games/create | Path does not match |
| 28 | admin_games_result | /admin/games/result/{id} | Path does not match |
| 29 | admin_league_index | /admin/league | Path does not match |
| 30 | admin_league_create | /admin/league/create | Path does not match |
| 31 | admin_league_edit | /admin/league/edit/{id} | Path does not match |
| 32 | admin_terms_and_conditions | /admin/settings/terms-and-conditions | Path does not match |
| 33 | admin_privacy | /admin/settings/privacy | Path does not match |
| 34 | admin_cookies | /admin/settings/cookies | Path does not match |
| 35 | admin_campaign | /admin/settings/campaign | Path does not match |
| 36 | admin_statistics_index | /admin/statistics | Path does not match |
| 37 | admin_statistics_jury | /admin/statistics/jury | Path does not match |
| 38 | admin_statistics_winners | /admin/statistics/winners | Path does not match |
| 39 | admin_statistics_view | /admin/statistics/view/{id} | Path does not match |
| 40 | admin_statistics_sms_log | /admin/statistics/log/{id} | Path does not match |
| 41 | admin_statistics_chart | /admin/statistics/daily-votes | Path does not match |
| 42 | admin_teams_index | /admin/teams | Path does not match |
| 43 | admin_teams_create | /admin/teams/create | Path does not match |
| 44 | admin_teams_edit | /admin/teams/edit/{id} | Path does not match |
| 45 | admin_users_index | /admin/profiles | Path does not match |
| 46 | admin_users_edit | /admin/profiles/edit/{id} | Path does not match |
| 47 | admin_users_verify | /admin/profiles/verify/{id} | Path does not match |
| 48 | admin_votes_index | /admin/vote | Path does not match |
| 49 | admin_votes_vote | /admin/vote/vote/{id} | Path does not match |
| 50 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 51 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 52 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 53 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 54 | _wdt | /_wdt/{token} | Path does not match |
| 55 | _profiler_home | /_profiler/ | Path does not match |
| 56 | _profiler_search | /_profiler/search | Path does not match |
| 57 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 58 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 59 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 60 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 61 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 62 | _profiler_open_file | /_profiler/open | Path does not match |
| 63 | _profiler | /_profiler/{token} | Path does not match |
| 64 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 65 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 66 | _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.