Routing
page_blog_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| post_name | "volet-roulant-bloque-trucs-et-astuces-pour-le-reparer" |
Route Matching Logs
Path to match:
/blog/volet-roulant-bloque-trucs-et-astuces-pour-le-reparer/
| # | 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}/ | Path does not match |
| 10 | preview_elementor | /preview-elementor/ | Path does not match |
| 11 | page_preview | /page-preview/ | Path does not match |
| 12 | app_filter_post_type_api_edit_config | /admin/api/filter/post-type/filter | Path does not match |
| 13 | app_filter_post_api_edit_config | /admin/api/filter/post/filter | Path does not match |
| 14 | page_blog_detail | /blog/{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.