Routing
truck
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
| slug | "jh6-500-diesel" |
Route Matching Logs
Path to match:
/camion/jh6-500-diesel/
| # | 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 | / | Path does not match |
| 14 | home.en | /en/ | Path does not match |
| 15 | about.es | /nosotros/ | Path does not match |
| 16 | about.en | /en/nosotros/ | Path does not match |
| 17 | store_detail.es | /locales/{slug}/ | Path does not match |
| 18 | store_detail.en | /en/locales/{slug}/ | Path does not match |
| 19 | stores.es | /locales/ | Path does not match |
| 20 | stores.en | /en/locales/ | Path does not match |
| 21 | quote.es | /cotiza/ | Path does not match |
| 22 | quote.en | /en/cotiza/ | Path does not match |
| 23 | claim.es | /libro-de-reclamaciones/ | Path does not match |
| 24 | claim.en | /en/libro-de-reclamaciones/ | Path does not match |
| 25 | claim_pdf.es | /libro-reclamaciones/pdf/{uniq} | Path does not match |
| 26 | claim_pdf.en | /en/libro-reclamaciones/pdf/{uniq} | Path does not match |
| 27 | preview_claim_gracias.es | /preview-libro-gracias/ | Path does not match |
| 28 | preview_claim_gracias.en | /en/preview-libro-gracias/ | Path does not match |
| 29 | preview_claim_email.es | /preview-libro-email/ | Path does not match |
| 30 | preview_claim_email.en | /en/preview-libro-email/ | Path does not match |
| 31 | preview_claim_pdf.es | /preview-libro-pdf/ | Path does not match |
| 32 | preview_claim_pdf.en | /en/preview-libro-pdf/ | Path does not match |
| 33 | privacy.es | /politicas-de-privacidad/ | Path does not match |
| 34 | privacy.en | /en/politicas-de-privacidad/ | Path does not match |
| 35 | terms.es | /terminos-y-condiciones/ | Path does not match |
| 36 | terms.en | /en/terminos-y-condiciones/ | Path does not match |
| 37 | cookies.es | /politicas-de-cookies/ | Path does not match |
| 38 | cookies.en | /en/politicas-de-cookies/ | Path does not match |
| 39 | arco.es | /derechos-arco/ | Path does not match |
| 40 | arco.en | /en/derechos-arco/ | Path does not match |
| 41 | trucks_cat.es | /camiones/{slug}/ | Path does not match |
| 42 | trucks_cat.en | /en/camiones/{slug}/ | Path does not match |
| 43 | trucks.es | /camiones/ | Path does not match |
| 44 | trucks.en | /en/camiones/ | Path does not match |
| 45 | truck.es | /camion/{slug}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.