Routing
page_agence_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| post_name | "essonne" |
Route Redirection
This page redirects to:
https://dev.metallerie-grand-paris.com/agences/
Route Matching Logs
Path to match:
/agences/essonne/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page_blog_list | /blog/ | Path does not match |
| 2 | app_post_template_page_check_index | /admin/api/template-page/check-name | Path does not match |
| 3 | app_template_page_check_slug_api | /admin/api/template-page/check-slug-template | Path does not match |
| 4 | app_template_page_new_yyy | /admin/api/template-page/new | Path does not match |
| 5 | app_template_page_edit_dscsdcsd_test | /admin/api/template-page/edit/{id} | Path does not match |
| 6 | app_template_page_delete_api | /admin/api/template-page/delete-template-page/{id} | Path does not match |
| 7 | app_template_page_edit_dscsdcsd | /admin/api/template-page/get/{id} | Path does not match |
| 8 | page_agence_liste | /agences/ | Path does not match |
| 9 | page_agence_detail | /agences/{post_name}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.