Routing
(none)
Matched route
Route Matching Logs
Path to match:
/
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | admin_ad_index | /admin/ad/ | Path does not match |
| 15 | admin_ad_new | /admin/ad/new | Path does not match |
| 16 | admin_ad_edit | /admin/ad/{id}/edit | Path does not match |
| 17 | admin_ad_delete | /admin/ad/{id} | Path does not match |
| 18 | admin_article_index | /admin/article/ | Path does not match |
| 19 | admin_article_new | /admin/article/new | Path does not match |
| 20 | admin_article_edit | /admin/article/{id}/edit | Path does not match |
| 21 | admin_article_delete | /admin/article/{id} | Path does not match |
| 22 | admin_category_index | /admin/category/ | Path does not match |
| 23 | admin_category_new | /admin/category/new | Path does not match |
| 24 | admin_category_edit | /admin/category/{id}/edit | Path does not match |
| 25 | admin_category_delete | /admin/category/{id} | Path does not match |
| 26 | admin_config_edit | /admin/config/{id}/edit | Path does not match |
| 27 | admin_event_index | /admin/event/ | Path does not match |
| 28 | admin_event_new | /admin/event/new | Path does not match |
| 29 | admin_event_edit | /admin/event/{id}/edit | Path does not match |
| 30 | admin_event_delete | /admin/event/{id} | Path does not match |
| 31 | admin_newsletter_users_index | /admin/newsletter_users/ | Path does not match |
| 32 | admin_tag_index | /admin/tags/ | Path does not match |
| 33 | admin_tag_new | /admin/tags/new | Path does not match |
| 34 | admin_tag_edit | /admin/tags/{id}/edit | Path does not match |
| 35 | admin_tag_delete | /admin/tags/{id} | Path does not match |
| 36 | admin_user_index | /admin/user/ | Path does not match |
| 37 | admin_user_new | /admin/user/new | Path does not match |
| 38 | admin_user_edit | /admin/user/{id}/edit | Path does not match |
| 39 | admin_user_delete | /admin/user/{id} | Path does not match |
| 40 | admin_video_index | /admin/video/ | Path does not match |
| 41 | admin_video_new | /admin/video/new | Path does not match |
| 42 | admin_video_edit | /admin/video/{id}/edit | Path does not match |
| 43 | admin_video_delete | /admin/video/{id} | Path does not match |
| 44 | admin | /admin | Path does not match |
| 45 | admin_demo | /admin/demo | Path does not match |
| 46 | admin_ajax_update | /admin/ajaxUpdate/{repository}/{property}/{id}/{value} | Path does not match |
| 47 | articles | /{_locale}/articles | Path does not match |
| 48 | article_show | /{_locale}/articles/{id} | Path does not match |
| 49 | article_share | /{_locale}/articles/share/{id} | Path does not match |
| 50 | events | /{_locale}/events | Path does not match |
| 51 | event_show | /{_locale}/events/{id} | Path does not match |
| 52 | event_share | /{_locale}/events/share/{id} | Path does not match |
| 53 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.