Routing
(none)
Matched route
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | admin_list_users | /admin/users/list | Path does not match |
14 | admin_new_user | /admin/users/new | Path does not match |
15 | admin_edit_user | /admin/users/edit/{id} | Path does not match |
16 | admin_save_user | /admin/users/save | Path does not match |
17 | admin_update_user | /admin/users/update | Path does not match |
18 | admin_delete_user | /admin/users/deleteuser/{id} | Path does not match |
19 | admin_advertiser_list | /admin/advertisers/list | Path does not match |
20 | admin_advertiser_new | /admin/advertisers/new | Path does not match |
21 | admin_advertiser_edit | /admin/advertisers/edit/{id} | Path does not match |
22 | admin_advertiser_save | /admin/advertisers/save | Path does not match |
23 | admin_advertiser_update | /admin/advertisers/update | Path does not match |
24 | admin_advertiser_delete | /admin/advertisers/delete/{id} | Path does not match |
25 | admin_contact_manage | /admin/contact/manage/{publisherID} | Path does not match |
26 | admin_contact_update | /admin/contact/update/{publisherID} | Path does not match |
27 | admin_contact_ajaxlookup | /admin/contact/ajaxlookup | Path does not match |
28 | admin_placement_list | /admin/placement/list | Path does not match |
29 | admin_placement_new | /admin/placement/new | Path does not match |
30 | admin_placement_edit | /admin/placement/edit/{id} | Path does not match |
31 | admin_placement_save | /admin/placement/save | Path does not match |
32 | admin_placement_update | /admin/placement/update | Path does not match |
33 | admin_placement_delete | /admin/placement/delete/{id} | Path does not match |
34 | admin_pricing_list | /admin/pricing/list | Path does not match |
35 | admin_pricing_new | /admin/pricing/new | Path does not match |
36 | admin_pricing_edit | /admin/pricing/edit/{id} | Path does not match |
37 | admin_pricing_save | /admin/pricing/save | Path does not match |
38 | admin_pricing_update | /admin/pricing/update | Path does not match |
39 | admin_pricing_delete | /admin/pricing/delete/{id} | Path does not match |
40 | admin_marketing_advertisers_list | /admin/marketing/marketing/advertisers | Path does not match |
41 | admin_marketing_list | /admin/marketing/marketing/list/{id} | Path does not match |
42 | marketing_email | /admin/marketing/marketing/email/{advertiserID}/{id} | Path does not match |
43 | marketing_delete | /admin/marketing/marketing/delete/{id} | Path does not match |
44 | ajax_update | /admin/marketing/marketing/ajax | Path does not match |
45 | ajax_recalculate | /admin/marketing/marketing/recalculateajax | Path does not match |
46 | admin_marketing_new_filtered | /admin/marketing/marketing/new/filtered/{id} | Path does not match |
47 | admin_marketing_placement_ajax | /admin/marketing/marketing/placement/ajax | Path does not match |
48 | admin_marketing_placement_ajax2 | /admin/marketing/marketing/placement/ajax2 | Path does not match |
49 | admin_marketing_save | /admin/marketing/marketing/save | Path does not match |
50 | admin_publishers_list | /admin/marketing/publishers/list | Path does not match |
51 | admin_publishers_new | /admin/marketing/publishers/new | Path does not match |
52 | admin_publishers_edit | /admin/marketing/publishers/edit/{id} | Path does not match |
53 | admin_publishers_placement_list | /admin/marketing/publishers/placement/{id} | Path does not match |
54 | admin_publishers_placement_save | /admin/marketing/publishers/placement/save | Path does not match |
55 | admin_publishers_placement_delete | /admin/marketing/publishers/placement/delete/{id}/{publisher} | Path does not match |
56 | admin_publishers_save | /admin/marketing/publishers/save | Path does not match |
57 | admin_publishers_update | /admin/marketing/publishers/update | Path does not match |
58 | admin_publishers_delete | /admin/marketing/publishers/delete/{id} | Path does not match |
59 | homepage | / | Path almost matches, but Method "POST" does not match any of the required methods (GET) |
60 | user_profile_view | /profile/view | Path does not match |
61 | user_profile_update | /profile/update | Path does not match |
62 | app_login | /login | Path does not match |
63 | app_logout | /logout | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.