Routing
login
Matched route
69
Tested routes before match
Route Parameters
| Name | Value |
|---|---|
| domain | "www.homedesign3d.com.cn" |
Route Matching Logs
Path to match:
/community/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
| 13 | admin_activite | /admin/activite/ | Path does not match |
| 14 | admin_activite_new | /admin/activite/new | Path does not match |
| 15 | admin_activite_show | /admin/activite/{id} | Path does not match |
| 16 | admin_activite_edit | /admin/activite/{id}/edit | Path does not match |
| 17 | admin_activite_delete | /admin/activite/{id} | Path does not match |
| 18 | admin_activite_by_id_delete | /admin/activite/delete/{id} | Path does not match |
| 19 | admin_activite_bulk_action | /admin/activite/bulk-action/ | Path does not match |
| 20 | admin_activite_translate | /admin/activite/{id}/translate | Path does not match |
| 21 | ping | /ping | Path does not match |
| 22 | admin_tagv4 | /admin/tagv4/ | Path does not match |
| 23 | admin_tagv4_new | /admin/tagv4/new | Path does not match |
| 24 | admin_tagv4_show | /admin/tagv4/{id} | Path does not match |
| 25 | admin_tagv4_edit | /admin/tagv4/{id}/edit | Path does not match |
| 26 | admin_tagv4_translate | /admin/tagv4/{id}/translate | Path does not match |
| 27 | admin_tagv4_delete | /admin/tagv4/{id} | Path does not match |
| 28 | admin_tagv4_by_id_delete | /admin/tagv4/delete/{id} | Path does not match |
| 29 | admin_tagv4_bulk_action | /admin/tagv4/bulk-action/ | Path does not match |
| 30 | admin_tagv4_exports | /admin/tagv4/{_locale}/export/{taxonomy}.{_format} | Path does not match |
| 31 | admin_user | /admin/user/ | Path does not match |
| 32 | admin_user_show | /admin/user/{id} | Path does not match |
| 33 | admin_mea | /admin/mea/ | Path does not match |
| 34 | admin_mea_new | /admin/mea/new | Path does not match |
| 35 | admin_mea_show | /admin/mea/{id} | Path does not match |
| 36 | admin_mea_edit | /admin/mea/{id}/edit | Path does not match |
| 37 | admin_mea_delete | /admin/mea/{id} | Path does not match |
| 38 | admin_mea_by_id_delete | /admin/mea/delete/{id} | Path does not match |
| 39 | admin_mea_bulk_action | /admin/mea/bulk-action/ | Path does not match |
| 40 | admin_image | /admin/image/ | Path does not match |
| 41 | admin_image_new | /admin/image/new | Path does not match |
| 42 | admin_image_show | /admin/image/{id} | Path does not match |
| 43 | admin_image_edit | /admin/image/{id}/edit | Path does not match |
| 44 | admin_image_delete | /admin/image/{id} | Path does not match |
| 45 | admin_image_by_id_delete | /admin/image/delete/{id} | Path does not match |
| 46 | admin_image_bulk_action | /admin/image/bulk-action/ | Path does not match |
| 47 | admin_project | /admin/project/ | Path does not match |
| 48 | admin_project_new | /admin/project/new | Path does not match |
| 49 | admin_project_show | /admin/project/{id} | Path does not match |
| 50 | admin_project_edit | /admin/project/{id}/edit | Path does not match |
| 51 | admin_project_delete | /admin/project/{id} | Path does not match |
| 52 | admin_project_by_id_delete | /admin/project/delete/{id} | Path does not match |
| 53 | admin_project_bulk_action | /admin/project/bulk-action/ | Path does not match |
| 54 | admin_project_preview | /admin/project/preview/ | Path does not match |
| 55 | admin_chart_index | /admin/charts | Path does not match |
| 56 | admin_default_genlangfiles | /admin/genlangfiles | Path does not match |
| 57 | admin_default_index | / | Path does not match |
| 58 | admin_login | /admin/login | Path does not match |
| 59 | admin_logout | /admin/logout | Path does not match |
| 60 | admin_default_crashes | /admin/crashes | Path does not match |
| 61 | admin_tags_preview | /tags/preview | Path does not match |
| 62 | admin_validation_images | /admin/validation-images | Path does not match |
| 63 | admin_validation_image | /admin/validation-image/{id} | Path does not match |
| 64 | admin_delete_image | /admin/delete-image/{id} | Path does not match |
| 65 | admin_bulk_images | /admin/bulk-images | Path does not match |
| 66 | app_api_crash_postcrash | /api/postCrash | Path does not match |
| 67 | app_api_crash_getcrash | /api/getCrash/{fileName} | Path does not match |
| 68 | registration | /{_locale}/registration | Path does not match |
| 69 | login | /community/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.