Routing
category_3
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "paper-packaging-printing" |
| slug_2 | "promotion" |
| slug_3 | "products" |
Route Matching Logs
Path to match:
/c/paper-packaging-printing/promotion/products
| # | 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 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 13 | gesdinet_jwt_refresh_token | /api/api/api/oauth/token/refresh | Path does not match |
| 14 | public-api_profile_visit | /papi/analytics/profile-visit | Path does not match |
| 15 | public-api_impression | /papi/analytics/impression | Path does not match |
| 16 | public-api_menu_get | /papi/main-menu | Path does not match |
| 17 | public-api_api_homepage_manufacturers | /papi/home/manufacturers | Path does not match |
| 18 | public-api_api_homepage_industries | /papi/home/industries | Path does not match |
| 19 | public-api_countries_get | /papi/countries | Path does not match |
| 20 | public-api_industries | /papi/industries | Path does not match |
| 21 | public-api_api_manufacturer-inquiries | /papi/manufacturer/inquiries | Path does not match |
| 22 | public-api_api_become_member | /papi/become-member | Path does not match |
| 23 | public-api_api_claim_business | /papi/claim-business | Path does not match |
| 24 | public-api_api_search | /papi/search | Path does not match |
| 25 | public-api_api_products_search | /papi/products/search | Path does not match |
| 26 | public-api_api_delete_product | /papi/product/{id} | Path does not match |
| 27 | public-api_api_search_manufacturer | /papi/manufacturers/promoted/search | Path does not match |
| 28 | public-api_api_promoted_manufacturers | /papi/manufacturers/promoted | Path does not match |
| 29 | public-api_api_manufacturer_reviews | /papi/manufacturer/reviews | Path does not match |
| 30 | public-api_api_manufacturer_bookmark | /papi/manufacturer/bookmark | Path does not match |
| 31 | public-api_api_bookmarked_manufacturers | /papi/manufacturer/bookmarks | Path does not match |
| 32 | public-api_api_manufacturer | /papi/manufacturer | Path does not match |
| 33 | public-api_api_product | /papi/product/{id} | Path does not match |
| 34 | public-api_api_products_related | /papi/products/related | Path does not match |
| 35 | public-api_api_products_bookmark | /papi/products/bookmark | Path does not match |
| 36 | public-api_api_bookmarked_products | /papi/products/bookmarks | Path does not match |
| 37 | sitemap_index | /sitemap.xml | Path does not match |
| 38 | sitemap_stores | /sitemap/stores-{page}.xml | Path does not match |
| 39 | sitemap_categories | /sitemap/categories-{page}.xml | Path does not match |
| 40 | homepage | / | Path does not match |
| 41 | homepage_wild | /{wildcard} | Path does not match |
| 42 | category | /c/{slug} | Path does not match |
| 43 | category_2 | /c/{slug}/{slug_2} | Path does not match |
| 44 | category_3 | /c/{slug}/{slug_2}/{slug_3} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.