Routing
blog_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "annonces/test-5" |
Route Redirection
This page redirects to:
/blog/annonces
(route: "n/a")
Route Matching Logs
Path to match:
/blog/annonces/test-5
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | cbc_security | /admin/connexion | Path does not match |
| 3 | cbc_logout | /admin/logout | Path does not match |
| 4 | admin_bundle | /admin/bundle | Path does not match |
| 5 | app_customform | /custom-forms/complete | Path does not match |
| 6 | media_show | /media/{path} | Path does not match |
| 7 | blog_show_page | /blog | Path does not match |
| 8 | blog_show | /blog/{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.