Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | api_entrypoint | /{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
2 | api_doc | /docs.{_format} | Path does not match |
3 | api_jsonld_context | /contexts/{shortName}.{_format} | Path does not match |
4 | api_productproperties_get_collection | /productproperties.{_format} | Path does not match |
5 | api_productproperties_post_collection | /productproperties.{_format} | Path does not match |
6 | api_productproperties_get_item | /productproperties/{id}.{_format} | Path does not match |
7 | api_productproperties_put_item | /productproperties/{id}.{_format} | Path does not match |
8 | api_productproperties_delete_item | /productproperties/{id}.{_format} | Path does not match |
9 | api_salesprices_get_collection | /salesprices.{_format} | Path does not match |
10 | api_salesprices_post_collection | /salesprices.{_format} | Path does not match |
11 | api_salesprices_get_item | /salesprices/{id}.{_format} | Path does not match |
12 | api_salesprices_put_item | /salesprices/{id}.{_format} | Path does not match |
13 | api_salesprices_delete_item | /salesprices/{id}.{_format} | Path does not match |
14 | api_productvendors_get_collection | /productvendors.{_format} | Path does not match |
15 | api_productvendors_post_collection | /productvendors.{_format} | Path does not match |
16 | api_productvendors_get_item | /productvendors/{id}.{_format} | Path does not match |
17 | api_productvendors_put_item | /productvendors/{id}.{_format} | Path does not match |
18 | api_productvendors_delete_item | /productvendors/{id}.{_format} | Path does not match |
19 | api_products_get_collection | /products.{_format} | Path does not match |
20 | api_products_post_collection | /products.{_format} | Path does not match |
21 | api_products_get_item | /products/{id}.{_format} | Path does not match |
22 | api_products_put_item | /products/{id}.{_format} | Path does not match |
23 | api_products_delete_item | /products/{id}.{_format} | Path does not match |
24 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
25 | _wdt | /_wdt/{token} | Path does not match |
26 | _profiler_home | /_profiler/ | Path does not match |
27 | _profiler_search | /_profiler/search | Path does not match |
28 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
29 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
30 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
31 | _profiler_open_file | /_profiler/open | Path does not match |
32 | _profiler | /_profiler/{token} | Path does not match |
33 | _profiler_router | /_profiler/{token}/router | Path does not match |
34 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
35 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
36 | app_data_upload | /data/upload | Path does not match |
37 | app_data_show | /data/show/{fileId} | Path does not match |
38 | app_document_create | /document/create | Path does not match |
39 | fos_user_security_login | /login | Path does not match |
40 | fos_user_security_check | /login_check | Path does not match |
41 | fos_user_security_logout | /logout | Path does not match |
42 | fos_user_profile_show | /profile/ | Path does not match |
43 | fos_user_profile_edit | /profile/edit | Path does not match |
44 | fos_user_registration_register | /register/ | Path does not match |
45 | fos_user_registration_check_email | /register/check-email | Path does not match |
46 | fos_user_registration_confirm | /register/confirm/{token} | Path does not match |
47 | fos_user_registration_confirmed | /register/confirmed | Path does not match |
48 | fos_user_resetting_request | /resetting/request | Path does not match |
49 | fos_user_resetting_send_email | /resetting/send-email | Path does not match |
50 | fos_user_resetting_check_email | /resetting/check-email | Path does not match |
51 | fos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
52 | fos_user_change_password | /profile/change-password | Path does not match |
53 | nelmio_api_doc.swagger_ui | /doc/ | Path does not match |
54 | app.swagger | /doc.json | 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.