Routing
contacto
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/contacto
| # | 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/ | Path does not match |
| 8 | home.as | /as/ | Path does not match |
| 9 | rc1.es | /es/rc1 | Path does not match |
| 10 | rc1.as | /as/rc1 | Path does not match |
| 11 | funciones.es | /es/funciones | Path does not match |
| 12 | funciones.as | /as/funciones | Path does not match |
| 13 | guia.es | /es/guia | Path does not match |
| 14 | guia.as | /as/guia | Path does not match |
| 15 | plantillas.es | /es/plantillas | Path does not match |
| 16 | plantillas.as | /as/plantillas | Path does not match |
| 17 | precios.es | /es/precios | Path does not match |
| 18 | precios.as | /as/precios | Path does not match |
| 19 | contacto.es | /es/contacto | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.