GET https://murder.komakaw.com/actualit%C3%A9s

Routing

actualites_all Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /actualit%C3%A9s
# Route name Path Log
1 actualites_index /actualites Path does not match
2 actualites_new /new Path does not match
3 actualites_show /{id} Path almost matches, but Requirement for "id" does not match (\d+)
4 detail_actus /actus/{id} Path does not match
5 actualites_edit /{id}/edit Path does not match
6 actualites_delete /{id} Path almost matches, but Requirement for "id" does not match (\d+)
7 actusfront /actusfront Path does not match
8 actualites_all /actualités Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.