Routing
ct2_burtle
Matched route
Route Parameters
Name | Value |
---|---|
mc | "burtle" |
mcMc | "work" |
Route Redirection
This page redirects to:
/work/burtle/
(route: "n/a")
Route Matching Logs
Path to match:
/burtle/
# | 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/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.