Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_antenne | /admin/antenne | Path does not match |
| 17 | admin_article_index | /admin/articles | Path does not match |
| 18 | admin_article_new | /admin/articles/nouveau | Path does not match |
| 19 | admin_article_edit | /admin/articles/{id}/modifier | Path does not match |
| 20 | admin_article_autosave | /admin/articles/{id}/sauvegarde-auto | Path does not match |
| 21 | admin_article_preview | /admin/articles/{id}/previsualiser | Path does not match |
| 22 | admin_article_delete | /admin/articles/{id}/supprimer | Path does not match |
| 23 | admin_category_index | /admin/categories | Path does not match |
| 24 | admin_category_new | /admin/categories/nouvelle | Path does not match |
| 25 | admin_category_edit | /admin/categories/{id}/modifier | Path does not match |
| 26 | admin_category_delete | /admin/categories/{id}/supprimer | Path does not match |
| 27 | admin_dashboard | /admin | Path does not match |
| 28 | admin_event_index | /admin/agenda | Path does not match |
| 29 | admin_event_new | /admin/agenda/nouveau | Path does not match |
| 30 | admin_event_edit | /admin/agenda/{id}/modifier | Path does not match |
| 31 | admin_event_delete | /admin/agenda/{id}/supprimer | Path does not match |
| 32 | admin_media_index | /admin/mediatheque | Path does not match |
| 33 | admin_media_upload | /admin/mediatheque/televerser | Path does not match |
| 34 | admin_media_alt | /admin/mediatheque/{id}/texte-alternatif | Path does not match |
| 35 | admin_media_delete | /admin/mediatheque/{id}/supprimer | Path does not match |
| 36 | admin_media_picker | /admin/mediatheque/selecteur | Path does not match |
| 37 | admin_message_index | /admin/messages | Path does not match |
| 38 | admin_message_toggle | /admin/messages/{id}/lecture | Path does not match |
| 39 | admin_message_delete | /admin/messages/{id}/supprimer | Path does not match |
| 40 | admin_podcast_index | /admin/podcasts | Path does not match |
| 41 | admin_podcast_new | /admin/podcasts/nouveau | Path does not match |
| 42 | admin_podcast_edit | /admin/podcasts/{id}/modifier | Path does not match |
| 43 | admin_podcast_delete | /admin/podcasts/{id}/supprimer | Path does not match |
| 44 | admin_series_index | /admin/series | Path does not match |
| 45 | admin_series_new | /admin/series/nouvelle | Path does not match |
| 46 | admin_series_edit | /admin/series/{id}/modifier | Path does not match |
| 47 | admin_series_delete | /admin/series/{id}/supprimer | Path does not match |
| 48 | admin_program_index | /admin/grille | Path does not match |
| 49 | admin_program_new | /admin/grille/nouveau | Path does not match |
| 50 | admin_program_edit | /admin/grille/{id}/modifier | Path does not match |
| 51 | admin_program_delete | /admin/grille/{id}/supprimer | Path does not match |
| 52 | admin_login | /admin/connexion | Path does not match |
| 53 | admin_logout | /admin/deconnexion | Path does not match |
| 54 | admin_forgot_password | /admin/mot-de-passe-oublie | Path does not match |
| 55 | admin_reset_password | /admin/nouveau-mot-de-passe/{token} | Path does not match |
| 56 | admin_settings | /admin/parametres | Path does not match |
| 57 | admin_trash_index | /admin/corbeille | Path does not match |
| 58 | admin_trash_restore | /admin/corbeille/{type}/{id}/restaurer | Path does not match |
| 59 | admin_trash_purge | /admin/corbeille/{type}/{id}/supprimer | Path does not match |
| 60 | admin_user_index | /admin/utilisateurs | Path does not match |
| 61 | admin_user_new | /admin/utilisateurs/nouveau | Path does not match |
| 62 | admin_user_edit | /admin/utilisateurs/{id}/modifier | Path does not match |
| 63 | admin_user_toggle | /admin/utilisateurs/{id}/activation | Path does not match |
| 64 | app_article_index | /articles | Path does not match |
| 65 | app_article_show | /articles/{slug} | Path does not match |
| 66 | app_contact | /contact | Path does not match |
| 67 | app_event_index | /agenda | Path does not match |
| 68 | app_event_show | /agenda/{slug} | Path does not match |
| 69 | app_podcast_rss | /podcast.rss | Path does not match |
| 70 | app_media_show | /media/{fileName} | Path does not match |
| 71 | app_podcast_index | /podcasts | Path does not match |
| 72 | app_podcast_show | /podcasts/{slug} | Path does not match |
| 73 | app_podcast_play | /podcasts/{slug}/ecoute | Path does not match |
| 74 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.