Routing
client_lists
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "0" |
Route Redirection
This page redirects to:
https://www.test.cultrhea.com/login/
Route Matching Logs
Path to match:
/client/0/lists
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | attribute_index | /admin/crud/attribute/ | Path does not match |
| 14 | attribute_new | /admin/crud/attribute/new | Path does not match |
| 15 | attribute_show | /admin/crud/attribute/{id} | Path does not match |
| 16 | attribute_edit | /admin/crud/attribute/{id}/edit | Path does not match |
| 17 | attribute_delete | /admin/crud/attribute/{id} | Path does not match |
| 18 | category_index | /admin/crud/category/ | Path does not match |
| 19 | category_edit | /admin/crud/category/{id}/edit | Path does not match |
| 20 | category_families | /admin/crud/category/0/families | Path does not match |
| 21 | category_families_import_images | /admin/crud/category/0/families/import-images/ | Path does not match |
| 22 | category_family | /admin/crud/category/{id}/family | Path does not match |
| 23 | category_family_edit | /admin/crud/category/{id}/family/{idFamily}/edit | Path does not match |
| 24 | category_family_show | /admin/crud/category/{id}/family/show | Path does not match |
| 25 | category_family_image | /admin/crud/category/{id}/family/image | Path does not match |
| 26 | product_index | /admin/crud/product/ | Path does not match |
| 27 | product_new | /admin/crud/product/new | Path does not match |
| 28 | product_show | /admin/crud/product/{id} | Path does not match |
| 29 | product_edit | /admin/crud/product/{id}/edit | Path does not match |
| 30 | product_images | /admin/crud/product/{id}/images | Path does not match |
| 31 | product_delete | /admin/crud/product/{id} | Path does not match |
| 32 | product_images_show | /admin/crud/product/{id}/images/show | Path does not match |
| 33 | product_images_edit | /admin/crud/product/{id}/images/edit | Path does not match |
| 34 | store_index | /admin/crud/store/ | Path does not match |
| 35 | store_new | /admin/crud/store/new | Path does not match |
| 36 | store_show | /admin/crud/store/{id} | Path does not match |
| 37 | store_edit | /admin/crud/store/{id}/edit | Path does not match |
| 38 | store_delete | /admin/crud/store/{id} | Path does not match |
| 39 | store_info | /admin/crud/store/{id}/info | Path does not match |
| 40 | value_index | /admin/crud/value/ | Path does not match |
| 41 | value_edit | /admin/crud/value/{id}/edit | Path does not match |
| 42 | app_admin_index | /admin/ | Path does not match |
| 43 | app_admin_activate_event | /admin/activate/{idEvent} | Path does not match |
| 44 | app_admin_mailinglist | /admin/mailinglist/{all} | Path does not match |
| 45 | app_admin_requests | /admin/requests | Path does not match |
| 46 | app_admin_admin_events | /admin/admin_events | Path does not match |
| 47 | app_admin_event | /admin/event | Path does not match |
| 48 | admin_event_delete | /admin/event/{idEvent}/delete | Path does not match |
| 49 | admin_event_close | /admin/event/{idEvent}/close | Path does not match |
| 50 | admin_event_info | /admin/event/{idEvent}/info | Path does not match |
| 51 | app_admin_user | /admin/user | Path does not match |
| 52 | admin_user_delete | /admin/user/{id}/delete | Path does not match |
| 53 | app_admin_cart | /admin/cart | Path does not match |
| 54 | admin_product_import | /admin/product/import/{type} | Path does not match |
| 55 | admin_product_import_validate | /admin/product/import/{id}/validate | Path does not match |
| 56 | admin_product_import_model | /admin/product/import/model/{type} | Path does not match |
| 57 | admin_product_import_images | /admin/product/import-images/ | Path does not match |
| 58 | admin_clientproduct_index | /admin/productclient/ | Path does not match |
| 59 | admin_clientproduct_edit | /admin/productclient/{id}/edit | Path does not match |
| 60 | admin_clientproduct_show | /admin/productclient/{id}/show | Path does not match |
| 61 | client_show | /client/{id}/ | Path does not match |
| 62 | client_address | /client/{id}/address/{idAdr} | Path does not match |
| 63 | client_wishlist | /client/{id}/wishlist | Path does not match |
| 64 | client_orders | /client/{id}/my-history | Path does not match |
| 65 | client_lists | /client/{id}/lists | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.