Routing
(none)
Matched route
Route Matching Logs
Path to match:
/etc/gitconfig
# | Route name | Path | Log |
---|---|---|---|
1 | contact_form_action | /{_locale}/_contact | Path does not match |
2 | admin_list | /{_locale}/admin/adminmenu/list | Path does not match |
3 | admin_icon_list | /{_locale}/admin/icon/list | Path does not match |
4 | admin_page_edit | /{_locale}/admin/page/{uuid}/edit | Path does not match |
5 | index | / | Path does not match |
6 | admin_index | /{_locale}/admin/ | Path does not match |
7 | admin_cache | /{_locale}/admin/cache | Path does not match |
8 | admin_search | /{_locale}/admin/search | Path does not match |
9 | admin_ajax_new_entity | /{_locale}/admin/ajax/new/{entity} | Path does not match |
10 | admin_entity_list | /{_locale}/admin/{entity}/list | Path does not match |
11 | admin_entity_export | /{_locale}/admin/{entity}/export | Path does not match |
12 | admin_entity_new | /{_locale}/admin/{entity}/new | Path does not match |
13 | admin_entity_edit | /{_locale}/admin/{entity}/{uuid}/edit | Path does not match |
14 | admin_entity_delete | /{_locale}/admin/{entity}/{uuid}/delete | Path does not match |
15 | admin_entity_move | /{_locale}/admin/{entity}/move | Path does not match |
16 | admin_entity_toggle | /{_locale}/admin/{entity}/{uuid}/toggle | Path does not match |
17 | admin_entity_feature | /{_locale}/admin/{entity}/{uuid}/feature | Path does not match |
18 | admin_entity_duplicate | /{_locale}/admin/{entity}/{uuid}/duplicate | Path does not match |
19 | admin_entity_preview | /{_locale}/admin/{entity}/{uuid}/preview | Path does not match |
20 | admin_login | /{_locale}/admin/login | Path does not match |
21 | admin_logout | /{_locale}/admin/logout | Path does not match |
22 | slug | /{_locale}/{s} | Path almost matches, but Requirement for "_locale" does not match (es|en|fr) |
23 | _preview_error | /_error/{code}.{_format} | Path does not match |
24 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
25 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
26 | _wdt | /_wdt/{token} | Path does not match |
27 | _profiler_home | /_profiler/ | Path does not match |
28 | _profiler_search | /_profiler/search | Path does not match |
29 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
30 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
31 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
32 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
33 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
34 | _profiler_open_file | /_profiler/open | Path does not match |
35 | _profiler | /_profiler/{token} | Path does not match |
36 | _profiler_router | /_profiler/{token}/router | Path does not match |
37 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
38 | _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.