Routing
arc_rights
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/derechos-arco/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get-blog-posts | /get-blog-posts/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | contact | /contacto | Path does not match |
| 4 | contact_action | /contacto | Path does not match |
| 5 | data_protection_policies | /politicas-de-proteccion-de-datos | Path does not match |
| 6 | cookies_policy | /politicas-de-cookies | Path does not match |
| 7 | terms_and_conditions | /terminos-y-condiciones | Path does not match |
| 8 | arc_rights | /derechos-arco/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.