Redirect 302 redirect from GET @app_dashboard_dashboard (caa82c)

GET https://blacklimousines.net/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 app_customer_addorder /customer/show/{id}/add Path does not match
2 app_availabilityreport_list /admin/availability/list Path does not match
3 app_availabilityreport_edit /admin/availability/edit Path does not match
4 app_availabilityreportdriver_edit /driver/availability/edit Path does not match
5 app_cancellationpolicy_list /admin/cancellationpolicies/list/{page} Path does not match
6 app_cancellationpolicy_edit /admin/cancellationpolicies/edit/{id} Path does not match
7 app_cancellationpolicy_add /admin/cancellationpolicies/add Path does not match
8 app_car_list /admin/car/list/{page} Path does not match
9 app_car_showdetails /admin/car/{id}/details/show/ Path does not match
10 app_car_showfiles /admin/car/{id}/file/list/{page} Path does not match
11 app_car_edit /admin/car/{id}/detail/edit Path does not match
12 app_car_addfile /admin/car/{id}/add/file/{type} Path does not match
13 app_car_editfile /admin/car/{id}/file/{file_id}/edit Path does not match
14 app_car_showfile /admin/car/{car_id}/file/{file_id}/show Path does not match
15 app_car_deletefile /admin/car/{car_id}/file/{file_id}/delete Path does not match
16 app_car_add /admin/car/add Path does not match
17 app_customer_show /customer/show/{id}/{page} Path does not match
18 app_customer_list /customer/list/{page} Path does not match
19 app_customer_add /customer/add Path does not match
20 app_customer_edit /customer/edit/{id} Path does not match
21 app_dashboard_dashboard / Path does not match
22 app_dashboard_driverdashboard /drivers Path does not match
23 app_dashboard_copyright /copyright Path does not match
24 app_dashboard_systeminformation /systemInformation Path does not match
25 serve_tinymce_css /build/tinymce.css Path does not match
26 app_datarequest_list /admin/data-request/list/{page} Path does not match
27 app_datarequest_show /admin/data-request/{id}/show/ Path does not match
28 app_datarequest_add /admin/data-request/add Path does not match
29 app_datarequest_reenable /admin/data-request/re-enable/{id} Path does not match
30 app_datarequest_delete /admin/data-request/delete/{id} Path does not match
31 app_driver_list /admin/driver/list/{page} Path does not match
32 app_driver_showdetails /admin/driver/{id}/details/show/ Path does not match
33 app_driver_showfiles /admin/driver/{id}/file/list/{page} Path does not match
34 app_driver_showbankdetails /admin/driver/{id}/bankdetails/list/{page} Path does not match
35 app_driver_addbankdetail /admin/driver/{id}/bankdetails/add/ Path does not match
36 app_driver_editbankdetail /admin/driver/{id}/bankdetails/{bankdetail_id}/edit Path does not match
37 app_driver_edit /admin/driver/{id}/detail/edit Path does not match
38 app_driver_addfile /admin/driver/{id}/add/file/{type} Path does not match
39 app_driver_editfile /admin/driver/{id}/file/{file_id}/edit Path does not match
40 app_driver_showfile /admin/driver/{driver_id}/file/{file_id}/show Path does not match
41 app_driver_deletefile /admin/driver/{driver_id}/file/{file_id}/delete Path does not match
42 app_driver_add /admin/driver/add Path does not match
43 app_expiration_list /admin/revenue/expirations Path does not match
44 app_file_download /file/full/{id} Path does not match
45 app_file_thumb /file/thumb/{file}/{width} Path does not match
46 app_file_preview /file/preview/{id}/{page}/{width}/{height} Path does not match
47 app_hqstatus_update /admin/hqstatus/update Path does not match
48 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.