Routing
product_by_category
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "laboratory-chemicals" |
Route Matching Logs
Path to match:
/products/laboratory-chemicals
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | admin_home | /myadmin/ | Path does not match |
| 18 | admin_newsletter | /myadmin/newsletter | Path does not match |
| 19 | register | /register | Path does not match |
| 20 | verify_otp | /verify-otp | Path does not match |
| 21 | verify_otp_resend | /verify-otp/resend | Path does not match |
| 22 | register_success | /register/success/{guid} | Path does not match |
| 23 | update_email | /update-email/{guid} | Path does not match |
| 24 | user_auto_login | /user/auto_login | Path does not match |
| 25 | forgot_password | /forgot-password | Path does not match |
| 26 | reset_password | /rp/{u}-{key} | Path does not match |
| 27 | captcha | /captcha | Path does not match |
| 28 | app_business_index | /myadmin/business/ | Path does not match |
| 29 | app_business_new | /myadmin/business/new | Path does not match |
| 30 | app_business_show | /myadmin/business/{id} | Path does not match |
| 31 | app_business_edit | /myadmin/business/{id}/edit | Path does not match |
| 32 | app_business_delete | /myadmin/business/{id} | Path does not match |
| 33 | app_category_index | /myadmin/category/ | Path does not match |
| 34 | app_category_new | /myadmin/category/new | Path does not match |
| 35 | app_category_show | /myadmin/category/{id} | Path does not match |
| 36 | app_category_edit | /myadmin/category/{id}/edit | Path does not match |
| 37 | app_category_delete | /myadmin/category/{id} | Path does not match |
| 38 | app_category_ai_test | /myadmin/category/ai/test | Path does not match |
| 39 | cooperate_guide | /cooperate/guide/how-to-list-business | Path does not match |
| 40 | cooperate_guide_how_to_list_product | /cooperate/guide/how-to-list-product | Path does not match |
| 41 | ai_test | /ai/test | Path does not match |
| 42 | business_page | /b/{slug} | Path does not match |
| 43 | update_views | /update/views.html | Path does not match |
| 44 | product_show | /p/{guid}/{slug} | Path does not match |
| 45 | user_business_stats | /user/business/stats/{guid} | Path does not match |
| 46 | admin_login | /myadmin/login.html | Path does not match |
| 47 | admin_logout | /myadmin/logout | Path does not match |
| 48 | admin_autologin | /myadmin/user_autologin | Path does not match |
| 49 | user_login | /login.html | Path does not match |
| 50 | user_logout | /logout | Path does not match |
| 51 | newsletter_unsubscribe | /newsletter/unsubscribe/{guid} | Path does not match |
| 52 | user_enquiry_send | /user/enquiry/{guid}/send | Path does not match |
| 53 | app_news_index | /myadmin/news/ | Path does not match |
| 54 | app_news_new | /myadmin/news/new | Path does not match |
| 55 | app_news_show | /myadmin/news/{id} | Path does not match |
| 56 | app_news_edit | /myadmin/news/{id}/edit | Path does not match |
| 57 | app_news_delete | /myadmin/news/{id} | Path does not match |
| 58 | user_profile | /user/profile | Path does not match |
| 59 | user_password | /user/password | Path does not match |
| 60 | home | / | Path does not match |
| 61 | categories | /categories | Path does not match |
| 62 | terms_and_conditions | /terms-and-conditions | Path does not match |
| 63 | product_search | /search | Path does not match |
| 64 | find_index | /findindex/{alphabet} | Path does not match |
| 65 | product_by_category | /products/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.