Routing
blog_show_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/blog
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.