Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | 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_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | ajax_create_comment | /comments/ajax/create | Path does not match |
15 | ajax_remove_comment | /comments/ajax/remove/{id} | Path does not match |
16 | app_home | / | Path does not match |
17 | document_render | /documents/{document} | Path does not match |
18 | document_delete | /documentsdelete/{document} | Path does not match |
19 | document_upload | /documents/upload | Path does not match |
20 | document_download | /documents/download/{documentId} | Path does not match |
21 | document_get_survey | /documents/render | Path does not match |
22 | document_save_survey | /documents/save | Path does not match |
23 | documents_export | /documents/download/excel/{clientId}{type} | Path does not match |
24 | documents_export_mentor | /documents/export/{mentorId} | Path does not match |
25 | document_update_points | /documents/update-points/{document} | Path does not match |
26 | events_index | /events/ | Path does not match |
27 | events_show | /events/show/{id} | Path does not match |
28 | events_new | /events/new | Path does not match |
29 | events_edit | /events/edit/{id} | Path does not match |
30 | joint_index | /joint-purchasing/ | Path does not match |
31 | joint_show | /joint-purchasing/show/{id} | Path does not match |
32 | joint_new | /joint-purchasing/new | Path does not match |
33 | joint_edit | /joint-purchasing/edit | Path does not match |
34 | joint_new_offer | /joint-purchasing/new-offer | Path does not match |
35 | joint_accept_offer | /joint-purchasing/accept-offer | Path does not match |
36 | joint_reject_offer | /joint-purchasing/reject-offer | Path does not match |
37 | offers_index | /offers-and-request/ | Path does not match |
38 | user_publications | /offers-and-request/my_publications | Path does not match |
39 | add_offers | /offers-and-request/add_offers | Path does not match |
40 | add_request | /offers-and-request/add_request | Path does not match |
41 | offers_show | /offers-and-request/show/{id} | Path does not match |
42 | offers_edit | /offers-and-request/edit/{id} | Path does not match |
43 | toggle_mode | /offers-and-request/toggle | Path does not match |
44 | toggle_menu | /offers-and-request/toggle-menu | Path does not match |
45 | success | /public/success | Path does not match |
46 | remember_password | /public/remember-password | Path does not match |
47 | change_password | /public/change-password/{token} | Path does not match |
48 | register | /public/register | Path does not match |
49 | app_login | /login | Path does not match |
50 | app_change_locale | /change-locale/{locale} | Path does not match |
51 | app_logout | /logout | Path does not match |
52 | user_index | /user/ | Path does not match |
53 | user_edit_profile | /user/edit_profile/{user} | Path does not match |
54 | user_view_profile | /user/view_profile/{user} | Path does not match |
55 | user_delete | /user/delete/{user} | Path does not match |
56 | user_change_status | /user/change_status/{user} | 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.