Routing
page/sub-category
Matched route
Route Parameters
Name | Value |
---|---|
ct1 | "work" |
ct2 | "sowa" |
ct3 | "aw" |
Route Matching Logs
Path to match:
/work/sowa/aw/
# | 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}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.