Routing
website_index
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "lt" |
Route Matching Logs
Path to match:
/lt/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _logout_main | /logout | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
11 | _profiler_open_file | /_profiler/open | Path does not match |
12 | _profiler | /_profiler/{token} | Path does not match |
13 | _profiler_router | /_profiler/{token}/router | Path does not match |
14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
16 | app_frontend_index | /{_locale}/admin/frontend/ | Path does not match |
17 | app_frontend_languages | /{_locale}/admin/frontend/languages | Path does not match |
18 | app_frontend_languages_new | /{_locale}/admin/frontend/new_language | Path does not match |
19 | app_frontend_languages_new_post | /{_locale}/admin/frontend/_new_language | Path does not match |
20 | app_frontend_languages_edit | /{_locale}/admin/frontend/languages/{id}/edit | Path does not match |
21 | app_frontend_languages_edit_post | /{_locale}/admin/frontend/languages/{id}/_edit | Path does not match |
22 | app_frontend_languages_delete | /{_locale}/admin/frontend/languages/{id}/delete | Path does not match |
23 | app_frontend_domains | /{_locale}/admin/frontend/domains | Path does not match |
24 | app_frontend_domains_new | /{_locale}/admin/frontend/new_domain | Path does not match |
25 | app_frontend_domains_new_post | /{_locale}/admin/frontend/_new_domain | Path does not match |
26 | app_frontend_domains_edit | /{_locale}/admin/frontend/domains/{id}/edit | Path does not match |
27 | app_frontend_domains_edit_post | /{_locale}/admin/frontend/domains/{id}/_edit | Path does not match |
28 | app_frontend_domains_delete | /{_locale}/admin/frontend/domains/{id}/delete | Path does not match |
29 | app_tools_index | /{_locale}/admin/tools/ | Path does not match |
30 | app_tools_files | /{_locale}/admin/tools/files | Path does not match |
31 | app_tools_files_refresh | /{_locale}/admin/tools/files/refresh | Path does not match |
32 | app_tools_files_upload_multiple | /{_locale}/admin/tools/files/upload-multiple/ | Path does not match |
33 | app_tools_files_create_folder | /{_locale}/admin/tools/files/create-new-folder/ | Path does not match |
34 | app_tools_settings | /{_locale}/admin/tools/settings | Path does not match |
35 | admin | /{_locale}/admin/ | Path does not match |
36 | switch_language | /{_locale}/admin/switch-language/{locale} | Path does not match |
37 | app_tools_background_jobs | /{_locale}/admin/tools/background-jobs | Path does not match |
38 | app_tools_background_jobs_new | /{_locale}/admin/tools/background-jobs/new | Path does not match |
39 | app_tools_background_jobs_post_new | /{_locale}/admin/tools/background-jobs/_new | Path does not match |
40 | app_tools_background_jobs_trigger | /{_locale}/admin/tools/background-jobs/{id}/trigger | Path does not match |
41 | app_tools_background_jobs_edit | /{_locale}/admin/tools/background-jobs/{id}/edit | Path does not match |
42 | app_tools_background_jobs_edit_post | /{_locale}/admin/tools/background-jobs/{id}/_edit | Path does not match |
43 | app_tools_background_jobs_delete | /{_locale}/admin/tools/background-jobs/{id}/delete | Path does not match |
44 | app_users_index | /{_locale}/admin/users/ | Path does not match |
45 | app_users_new | /{_locale}/admin/users/new | Path does not match |
46 | app_users_new_post | /{_locale}/admin/users/_new | Path does not match |
47 | app_users_show | /{_locale}/admin/users/{id} | Path does not match |
48 | app_users_edit | /{_locale}/admin/users/{id}/edit | Path does not match |
49 | app_users_edit_post | /{_locale}/admin/users/{id}/_edit | Path does not match |
50 | app_users_delete | /{_locale}/admin/users/{id}/delete | Path does not match |
51 | app_login | /{_locale}/login | Path does not match |
52 | app_logout | /{_locale}/logout | Path does not match |
53 | website_about_us | /{_locale}/about_us | Path does not match |
54 | website_contacts | /{_locale}/contacts | Path does not match |
55 | website_submit_contact_form | /{_locale}/submit_contact_form | Path does not match |
56 | website_index | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.