Routing
page/sub-category
Matched route
Route Parameters
| Name | Value |
|---|---|
| ct1 | "work" |
| ct2 | "work-ladies" |
| ct3 | "lowrise" |
Route Matching Logs
Path to match:
/work/work-ladies/lowrise/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ct1_work__ct2_rainwear | /work/rainwear/ | Path does not match |
| 2 | ct2_rainwear | /rainwear/ | Path does not match |
| 3 | ct1_work__ct2_rainwear__ct3_ | /work/rainwear/{ct3}/ | Path does not match |
| 4 | ct2_rainwear__ct3_ | /rainwear/{ct3}/ | Path does not match |
| 5 | ct1_work__ct2_g_ground | /work/g-ground/ | Path does not match |
| 6 | ct2_g_ground | /g-ground/ | Path does not match |
| 7 | ct1_work__ct2_smock | /work/smock/ | Path does not match |
| 8 | ct2_smock | /smock/ | Path does not match |
| 9 | ct1_work__ct2_smock__ct3_ | /work/smock/{ct3}/ | Path does not match |
| 10 | ct2_smock__ct3_ | /smock/{ct3}/ | Path does not match |
| 11 | ct1_work__ct2_work_taiden | /work/work-taiden/ | Path does not match |
| 12 | ct2_work_taiden | /work-taiden/ | Path does not match |
| 13 | ct1_work__ct2_work_taiden__ct3_ | /work/work-taiden/{ct3}/ | Path does not match |
| 14 | ct2_work_taiden__ct3_ | /work-taiden/{ct3}/ | Path does not match |
| 15 | ct1_work__ct2_work_jis_seiden | /work/work-jis-seiden/ | Path does not match |
| 16 | ct2_work_jis_seiden | /work-jis-seiden/ | Path does not match |
| 17 | ct1_work__ct2_work_jis_seiden__ct3_ | /work/work-jis-seiden/{ct3}/ | Path does not match |
| 18 | ct2_work_jis_seiden__ct3_ | /work-jis-seiden/{ct3}/ | Path does not match |
| 19 | ct1_work__ct2_burtle | /work/burtle/ | Path does not match |
| 20 | ct2_burtle | /burtle/ | Path does not match |
| 21 | ct1_work__ct2_burtle__ct3_ | /work/burtle/{ct3}/ | Path does not match |
| 22 | ct2_burtle__ct3_ | /burtle/{ct3}/ | Path does not match |
| 23 | ct1_work__ct2_sowa | /work/sowa/ | Path does not match |
| 24 | ct2_sowa | /sowa/ | Path does not match |
| 25 | ct1_work__ct2_sowa__ct3_ | /work/sowa/{ct3}/ | Path does not match |
| 26 | ct2_sowa__ct3_ | /sowa/{ct3}/ | Path does not match |
| 27 | ct1_work__ct2_tsdesign | /work/tsdesign/ | Path does not match |
| 28 | ct2_tsdesign | /tsdesign/ | Path does not match |
| 29 | ct1_work__ct2_tsdesign__ct3_ | /work/tsdesign/{ct3}/ | Path does not match |
| 30 | ct2_tsdesign__ct3_ | /tsdesign/{ct3}/ | Path does not match |
| 31 | ct1_work__ct2_xebec | /work/xebec/ | Path does not match |
| 32 | ct2_xebec | /xebec/ | Path does not match |
| 33 | ct1_work__ct2_xebec__ct3_ | /work/xebec/{ct3}/ | Path does not match |
| 34 | ct2_xebec__ct3_ | /xebec/{ct3}/ | Path does not match |
| 35 | ct1_work__ct2_aitoz | /work/aitoz/ | Path does not match |
| 36 | ct2_aitoz | /aitoz/ | Path does not match |
| 37 | ct1_work__ct2_aitoz__ct3_ | /work/aitoz/{ct3}/ | Path does not match |
| 38 | ct2_aitoz__ct3_ | /aitoz/{ct3}/ | Path does not match |
| 39 | ct1_work__ct2_jichodo | /work/jichodo/ | Path does not match |
| 40 | ct2_jichodo | /jichodo/ | Path does not match |
| 41 | ct1_work__ct2_jichodo__ct3_ | /work/jichodo/{ct3}/ | Path does not match |
| 42 | ct2_jichodo__ct3_ | /jichodo/{ct3}/ | Path does not match |
| 43 | ct1_work__ct2_jawin | /work/jawin/ | Path does not match |
| 44 | ct2_jawin | /jawin/ | Path does not match |
| 45 | ct1_work__ct2_jawin__ct3_ | /work/jawin/{ct3}/ | Path does not match |
| 46 | ct2_jawin__ct3_ | /jawin/{ct3}/ | Path does not match |
| 47 | ct1_work__ct2_kurodaruma | /work/kurodaruma/ | Path does not match |
| 48 | ct2_kurodaruma | /kurodaruma/ | Path does not match |
| 49 | ct1_work__ct2_work_ladies | /work/work-ladies/ | Path does not match |
| 50 | ct2_work_ladies | /work-ladies/ | Path does not match |
| 51 | ct1_work__ct2_work_ladies__ct3_ | /work/work-ladies/{ct3}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.