Routing
media_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| path | "images/site/macaron-salorges-685e4cc852795566844364.png" |
Route Matching Logs
Path to match:
/media/images/site/macaron-salorges-685e4cc852795566844364.png
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.