Routing
home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | store_utms.es | /ajax/utms | Path does not match |
| 2 | store_utms.en | /en/ajax/utms | Path does not match |
| 3 | validate_captcha.es | /ajax/validar-captcha/ | Path does not match |
| 4 | validate_captcha.en | /en/ajax/validar-captcha/ | Path does not match |
| 5 | blog_list.es | /ajax/list-posts/ | Path does not match |
| 6 | blog_list.en | /en/ajax/list-posts/ | Path does not match |
| 7 | sync_provincias.es | /ajax/sync_provincias/ | Path does not match |
| 8 | sync_provincias.en | /en/ajax/sync_provincias/ | Path does not match |
| 9 | sync_distritos.es | /ajax/sync_distritos/ | Path does not match |
| 10 | sync_distritos.en | /en/ajax/sync_distritos/ | Path does not match |
| 11 | sync_machines.es | /ajax/sync_machines/ | Path does not match |
| 12 | sync_machines.en | /en/ajax/sync_machines/ | Path does not match |
| 13 | home.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.