Routing
film.show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "179" |
Route Redirection
This page redirects to:
https://www.pulse.emiliecarion.com/login
(route: "n/a")
Route Matching Logs
Path to match:
/film/179
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _logout_main | /logout | 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.announcement.new | /admin/announcements/new | Path does not match |
| 17 | admin_database_index | /admin/database/ | Path does not match |
| 18 | admin_database_tables | /admin/database/tables | Path does not match |
| 19 | admin_database_export | /admin/database/export | Path does not match |
| 20 | admin.logs.export | /admin/logs/export | Path does not match |
| 21 | album.index | /album | Path does not match |
| 22 | album.show | /album/{id} | Path does not match |
| 23 | album.listen | /album/{id}/listen | Path does not match |
| 24 | album.add_to_playlist | /album/{id}/ajouter-playlist | Path does not match |
| 25 | album.new | /album/new | Path does not match |
| 26 | albums_by_artiste | /albums/{artisteId} | Path does not match |
| 27 | annee.index | /annee | Path does not match |
| 28 | annee.show | /annee/{id} | Path does not match |
| 29 | artiste.index | /artiste | Path does not match |
| 30 | get_albums_by_artiste | /albums/{artisteId} | Path does not match |
| 31 | artiste.show | /artiste/{id} | Path does not match |
| 32 | artiste.new | /artiste/new | Path does not match |
| 33 | contact | /contact | Path does not match |
| 34 | dashboard.index | /dashboard | Path does not match |
| 35 | disque.index | /disque | Path does not match |
| 36 | disque.show | /disque/{id} | Path does not match |
| 37 | episode.watch | /episode/{id}/watch | Path does not match |
| 38 | episode.view | /episode/{id}/view | Path does not match |
| 39 | episode.mark_as_seen | /episode/{id}/mark-as-seen | Path does not match |
| 40 | episode_stream | /partage/episode/{id} | Path does not match |
| 41 | serve_video | /partage/{folder}/{season}/{filename} | Path does not match |
| 42 | saison_episodes_manage | /saison/{id}/episodes | Path does not match |
| 43 | episode.new | /saison/{id}/episodes/new | Path does not match |
| 44 | film.index | /film | Path does not match |
| 45 | film_list | /films | Path does not match |
| 46 | film.show | /film/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.