Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://david.mallette.eckidev.com/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | app_user_import | /admin/app-user/import | Path does not match |
13 | category_list | /admin/categories | Path does not match |
14 | category_create | /admin/category/create | Path does not match |
15 | category_edit | /admin/category/edit/{id} | Path does not match |
16 | client_list | /admin/clients | Path does not match |
17 | client_create | /admin/client/create | Path does not match |
18 | client_edit | /admin/client/edit/{id} | Path does not match |
19 | client_delete | /admin/client/delete/{id} | Path does not match |
20 | client_import | /admin/client/import | Path does not match |
21 | group_list | /admin/groups | Path does not match |
22 | group_create | /admin/group/create | Path does not match |
23 | group_edit | /admin/group/edit/{id} | Path does not match |
24 | group_delete | /admin/group/delete/{id} | Path does not match |
25 | home | /admin/ | Path does not match |
26 | mallette_file_archive_list | /admin/archive-list | Path does not match |
27 | mallette_file_list | /admin/mallette-files | Path does not match |
28 | mallette_file_create | /admin/mallette-file/create | Path does not match |
29 | mallette_file_edit | /admin/mallette-file/edit/{id} | Path does not match |
30 | mallette_file_import | /admin/mallette-file/import | Path does not match |
31 | mallette_file_import_list | /admin/mallette-file/import/list | Path does not match |
32 | mallette_get_client_options | /admin/get/client/options | Path does not match |
33 | mallette_get_group_options | /admin/get/group/options | Path does not match |
34 | mallette_get_category_options | /admin/get/category/options | Path does not match |
35 | mallette_file_notification_list | /admin/mallette-file-notifications | Path does not match |
36 | mallette_file_notification_delete | /admin/mallette-file-notification/delete/{id} | Path does not match |
37 | mallette_file_notification_send | /admin/mallette-file-notification/send/{id} | Path does not match |
38 | 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.