Routing
home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | template_chatbot.es | /es/template/chatbot | Path does not match |
| 2 | template_chatbot.as | /as/template/chatbot | Path does not match |
| 3 | chatbot.es | /es/chatbot | Path does not match |
| 4 | chatbot.as | /as/chatbot | Path does not match |
| 5 | oldhome.es | /es/old | Path does not match |
| 6 | oldhome.as | /as/old | Path does not match |
| 7 | home.es | /es/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.