GET https://aureliebarrie.com/a-propos

Routing

app_about Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /a-propos
# Route name Path Log
1 app_admin /dashboard-admin Path does not match
2 app_admin_client_index /dashboard-admin/client Path does not match
3 app_admin_client_new /dashboard-admin/client/new Path does not match
4 app_admin_client_batch_delete /dashboard-admin/client/batch-delete Path does not match
5 app_admin_client_autocomplete /dashboard-admin/client/autocomplete Path does not match
6 app_admin_client_render_filters /dashboard-admin/client/render-filters Path does not match
7 app_admin_client_edit /dashboard-admin/client/{entityId}/edit Path does not match
8 app_admin_client_delete /dashboard-admin/client/{entityId}/delete Path does not match
9 app_admin_client_detail /dashboard-admin/client/{entityId} Path does not match
10 app_admin_mail_popup_index /dashboard-admin/mail-popup Path does not match
11 app_admin_mail_popup_new /dashboard-admin/mail-popup/new Path does not match
12 app_admin_mail_popup_batch_delete /dashboard-admin/mail-popup/batch-delete Path does not match
13 app_admin_mail_popup_autocomplete /dashboard-admin/mail-popup/autocomplete Path does not match
14 app_admin_mail_popup_render_filters /dashboard-admin/mail-popup/render-filters Path does not match
15 app_admin_mail_popup_edit /dashboard-admin/mail-popup/{entityId}/edit Path does not match
16 app_admin_mail_popup_delete /dashboard-admin/mail-popup/{entityId}/delete Path does not match
17 app_admin_mail_popup_detail /dashboard-admin/mail-popup/{entityId} Path does not match
18 app_admin_user_access_index /dashboard-admin/user-access Path does not match
19 app_admin_user_access_new /dashboard-admin/user-access/new Path does not match
20 app_admin_user_access_batch_delete /dashboard-admin/user-access/batch-delete Path does not match
21 app_admin_user_access_autocomplete /dashboard-admin/user-access/autocomplete Path does not match
22 app_admin_user_access_render_filters /dashboard-admin/user-access/render-filters Path does not match
23 app_admin_user_access_edit /dashboard-admin/user-access/{entityId}/edit Path does not match
24 app_admin_user_access_delete /dashboard-admin/user-access/{entityId}/delete Path does not match
25 app_admin_user_access_detail /dashboard-admin/user-access/{entityId} Path does not match
26 app_admin_user_index /dashboard-admin/user Path does not match
27 app_admin_user_new /dashboard-admin/user/new Path does not match
28 app_admin_user_batch_delete /dashboard-admin/user/batch-delete Path does not match
29 app_admin_user_autocomplete /dashboard-admin/user/autocomplete Path does not match
30 app_admin_user_render_filters /dashboard-admin/user/render-filters Path does not match
31 app_admin_user_edit /dashboard-admin/user/{entityId}/edit Path does not match
32 app_admin_user_delete /dashboard-admin/user/{entityId}/delete Path does not match
33 app_admin_user_detail /dashboard-admin/user/{entityId} Path does not match
34 _preview_error /_error/{code}.{_format} Path does not match
35 _wdt /_wdt/{token} Path does not match
36 _profiler_home /_profiler/ Path does not match
37 _profiler_search /_profiler/search Path does not match
38 _profiler_search_bar /_profiler/search_bar Path does not match
39 _profiler_phpinfo /_profiler/phpinfo Path does not match
40 _profiler_xdebug /_profiler/xdebug Path does not match
41 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
42 _profiler_search_results /_profiler/{token}/search/results Path does not match
43 _profiler_open_file /_profiler/open Path does not match
44 _profiler /_profiler/{token} Path does not match
45 _profiler_router /_profiler/{token}/router Path does not match
46 _profiler_exception /_profiler/{token}/exception Path does not match
47 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
48 app_login /login Path does not match
49 app_logout /logout Path does not match
50 contact_send /contact/send Path does not match
51 ebook_request /ebook/send Path does not match
52 app_espace_membre /espace-membre Path does not match
53 app_home / Path does not match
54 app_about /a-propos Route matches!

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