Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin_server_logs | /admin/server/logs/{id} | Path does not match |
2 | admin_vpn_maintenance | /admin/vpn/maintenance | Path does not match |
3 | admin_updates | /admin/system/updates | Path does not match |
4 | admin_user_list | /admin/users | Path does not match |
5 | admin_user_edit | /admin/users/edit/{id} | Path does not match |
6 | admin_user_delete | /admin/users/delete/{id} | Path does not match |
7 | admin_server_search | /admin/servers/search | Path does not match |
8 | admin_user_search | /admin/users/search | Path does not match |
9 | admin_user_create | /admin/users/create | Path does not match |
10 | admin_server_ssh | /admin/server/ssh/{id} | Path does not match |
11 | admin_shop_product_add | /admin/shop/product/add | Path does not match |
12 | admin_shop_kategorie_add | /admin/shop/kategorie/add | Path does not match |
13 | admin_shop_kategorien | /admin/shop/kategorien | Path does not match |
14 | admin_shop_product_search | /admin/shop/products/search | Path does not match |
15 | admin_shop_product_edit | /admin/shop/product/edit/{id} | Path does not match |
16 | admin_shop_product_delete | /admin/shop/product/delete/{id} | Path does not match |
17 | admin_shop_kategorie_edit | /admin/shop/kategorie/edit/{id} | Path does not match |
18 | admin_shop_kategorie_delete | /admin/shop/kategorie/delete/{id} | Path does not match |
19 | admin_visitor_stats | /admin/besucherstatistik | Path does not match |
20 | admin_ticket_index | /admin/ticket/ | Path does not match |
21 | admin_ticket_show | /admin/ticket/{id} | Path does not match |
22 | admin_ticket_edit | /admin/ticket/{id}/edit | Path does not match |
23 | admin_ticket_delete | /admin/ticket/{id}/delete | Path does not match |
24 | admin_ticket_status | /admin/ticket/{id}/status | Path does not match |
25 | admin_ticket_search | /admin/ticket/admin/ticket/search | Path does not match |
26 | admin_notifications | /admin/ticket/admin/notifications | Path does not match |
27 | connect_google_start | /connect/google | Path does not match |
28 | connect_google_check | /connect/google/check | Path does not match |
29 | admin_settings | /admin/settings | Path does not match |
30 | admin_update_settings | /admin/update-settings | Path does not match |
31 | maintenance | /wartung | Path does not match |
32 | shop_overview | /shop/ | Path does not match |
33 | shop_product_detail | /shop/product/{id} | Path does not match |
34 | shop_cart_add | /shop/cart/add/{id} | Path does not match |
35 | shop_cart_remove | /shop/cart/remove/{id} | Path does not match |
36 | shop_checkout_process | /shop/checkout/process | Path does not match |
37 | payment_confirm | /shop/payment/confirm | Path does not match |
38 | paypal_payment | /shop/payment/paypal/{order_id} | Path does not match |
39 | shop_checkout | /shop/checkout/{id} | Path does not match |
40 | admin_shop_product_update_sort_order | /shop/admin/product/update-sort-order | Path does not match |
41 | stripe_payment | /shop/payment/stripe/{order_id} | Path does not match |
42 | about | /about | Path does not match |
43 | hilfe | /hilfe | Path does not match |
44 | leistung | /leistung | Path does not match |
45 | preise | /preise | Path does not match |
46 | partner_become | /partner-werden | Path does not match |
47 | datenschutz | /datenschutz | Path does not match |
48 | impressum | /impressum | Path does not match |
49 | agb | /agb | Path does not match |
50 | karriere | /karriere | Path does not match |
51 | test_vpn_setup | /test/vpn-setup | Path does not match |
52 | user_profile | /userinterface/profile | Path does not match |
53 | user_password | /userinterface/password | Path does not match |
54 | user_settings | /userinterface/settings | Path does not match |
55 | user_profile_update | /userinterface/profile/update | Path does not match |
56 | user_password_update | /userinterface/password/update | Path does not match |
57 | user_notifications | /userinterface/notifications/ | Path does not match |
58 | user_ticket_index | /userinterface/ticket/ | Path does not match |
59 | user_ticket_new | /userinterface/ticket/new | Path does not match |
60 | user_ticket_show | /userinterface/ticket/{id} | Path does not match |
61 | user_ticket_edit | /userinterface/ticket/{id}/edit | Path does not match |
62 | _preview_error | /_error/{code}.{_format} | Path does not match |
63 | _wdt | /_wdt/{token} | Path does not match |
64 | _profiler_home | /_profiler/ | Path does not match |
65 | _profiler_search | /_profiler/search | Path does not match |
66 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
67 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
68 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
69 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
70 | _profiler_open_file | /_profiler/open | Path does not match |
71 | _profiler | /_profiler/{token} | Path does not match |
72 | _profiler_router | /_profiler/{token}/router | Path does not match |
73 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
74 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
75 | home | / | Path does not match |
76 | app_register | /register | Path does not match |
77 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.