Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | admin_index.en | /admin/ | Path does not match |
2 | admin_index.uk | /uk/admin/ | Path does not match |
3 | admin_new.en | /admin/new | Path does not match |
4 | admin_new.uk | /uk/admin/new | Path does not match |
5 | admin_delete.en | /admin/{admin}/delete | Path does not match |
6 | admin_delete.uk | /uk/admin/{admin}/delete | Path does not match |
7 | company_info_index.en | /company-info/ | Path does not match |
8 | company_info_index.uk | /uk/company-info/ | Path does not match |
9 | company_info_new.en | /company-info/new | Path does not match |
10 | company_info_new.uk | /uk/company-info/new | Path does not match |
11 | company_info_edit.en | /company-info/{companyInfo}/edit | Path does not match |
12 | company_info_edit.uk | /uk/company-info/{companyInfo}/edit | Path does not match |
13 | company_info_delete.en | /company-info/{companyInfo}/delete | Path does not match |
14 | company_info_delete.uk | /uk/company-info/{companyInfo}/delete | Path does not match |
15 | department_index.en | /department/ | Path does not match |
16 | department_index.uk | /uk/department/ | Path does not match |
17 | department_new.en | /department/new | Path does not match |
18 | department_new.uk | /uk/department/new | Path does not match |
19 | department_edit.en | /department/{department}/edit | Path does not match |
20 | department_edit.uk | /uk/department/{department}/edit | Path does not match |
21 | department_delete.en | /department/{department}/delete | Path does not match |
22 | department_delete.uk | /uk/department/{department}/delete | Path does not match |
23 | login.en | /login | Path does not match |
24 | login.uk | /uk/login | Path does not match |
25 | home.en | / | Path does not match |
26 | home.uk | /uk/ | Path does not match |
27 | signature.en | /signature | Path does not match |
28 | signature.uk | /uk/signature | Path does not match |
29 | signature_download.en | /signature/download | Path does not match |
30 | signature_download.uk | /uk/signature/download | Path does not match |
31 | signature_upload.en | /signature/upload | Path does not match |
32 | signature_upload.uk | /uk/signature/upload | Path does not match |
33 | position_index.en | /position/ | Path does not match |
34 | position_index.uk | /uk/position/ | Path does not match |
35 | position_new.en | /position/new | Path does not match |
36 | position_new.uk | /uk/position/new | Path does not match |
37 | position_edit.en | /position/{position}/edit | Path does not match |
38 | position_edit.uk | /uk/position/{position}/edit | Path does not match |
39 | position_delete.en | /position/{position}/delete | Path does not match |
40 | position_delete.uk | /uk/position/{position}/delete | Path does not match |
41 | position_list_by_department.en | /position/department/{department} | Path does not match |
42 | position_list_by_department.uk | /uk/position/department/{department} | Path does not match |
43 | signature_template_index.en | /signature-template/ | Path does not match |
44 | signature_template_index.uk | /uk/signature-template/ | Path does not match |
45 | signature_template_new.en | /signature-template/new | Path does not match |
46 | signature_template_new.uk | /uk/signature-template/new | Path does not match |
47 | signature_template_edit.en | /signature-template/{template}/edit | Path does not match |
48 | signature_template_edit.uk | /uk/signature-template/{template}/edit | Path does not match |
49 | signature_template_download.en | /signature-template/{template}/download | Path does not match |
50 | signature_template_download.uk | /uk/signature-template/{template}/download | Path does not match |
51 | signature_template_delete.en | /signature-template/{template}/delete | Path does not match |
52 | signature_template_delete.uk | /uk/signature-template/{template}/delete | Path does not match |
53 | signature_template_by_department.en | /signature-template/department/{department} | Path does not match |
54 | signature_template_by_department.uk | /uk/signature-template/department/{department} | Path does not match |
55 | signature_template_by_position.en | /signature-template/position/{position} | Path does not match |
56 | signature_template_by_position.uk | /uk/signature-template/position/{position} | Path does not match |
57 | signature_template_by_user.en | /signature-template/user/{user} | Path does not match |
58 | signature_template_by_user.uk | /uk/signature-template/user/{user} | Path does not match |
59 | tutorial_index.en | /tutorial/ | Path does not match |
60 | tutorial_index.uk | /uk/tutorial/ | Path does not match |
61 | tutorial_new.en | /tutorial/new | Path does not match |
62 | tutorial_new.uk | /uk/tutorial/new | Path does not match |
63 | tutorial_edit.en | /tutorial/{tutorial}/edit | Path does not match |
64 | tutorial_edit.uk | /uk/tutorial/{tutorial}/edit | Path does not match |
65 | tutorial_delete.en | /tutorial/{tutorial}/delete | Path does not match |
66 | tutorial_delete.uk | /uk/tutorial/{tutorial}/delete | Path does not match |
67 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
68 | _wdt | /_wdt/{token} | Path does not match |
69 | _profiler_home | /_profiler/ | Path does not match |
70 | _profiler_search | /_profiler/search | Path does not match |
71 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
72 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
73 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
74 | _profiler_open_file | /_profiler/open | Path does not match |
75 | _profiler | /_profiler/{token} | Path does not match |
76 | _profiler_router | /_profiler/{token}/router | Path does not match |
77 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
78 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
79 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
80 | google_login | /login/check-google | Path does not match |
81 | logout | /logout | Path does not match |
82 | fos_js_routing_js | /js/routing.{_format} | 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.