Routing
vue_pages
Matched route
Route Parameters
Name | Value |
---|---|
route | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | administration_agents_management | /administration/agents | Path does not match |
13 | administration_agents_ajouter | /administration/agents/ajouter | Path does not match |
14 | administration_agents_ajouter_liste | /administration/agents/ajouterliste | Path does not match |
15 | administration_agents_modifier | /administration/agents/modifier/{id} | Path does not match |
16 | administration_agents_resetpassword | /administration/agents/resetpassword/{id} | Path does not match |
17 | administration_agents_supprimer | /administration/agents/supprimer/{id} | Path does not match |
18 | administration_articles_management | /administration/articles | Path does not match |
19 | administration_articles_ajouter | /administration/articles/ajouter | Path does not match |
20 | administration_articles_modifier | /administration/articles/modifier/{id} | Path does not match |
21 | administration_articles_supprimer | /administration/articles/supprimer/{id} | Path does not match |
22 | administration_emailsagents_management | /administration/emailsagents/ | Path does not match |
23 | administration_redirect_dashboard | /administration/ | Path does not match |
24 | administration_dashboard | /administration/dashboard | Path does not match |
25 | administration_documents_management | /administration/documents | Path does not match |
26 | administration_documents_ajouter | /administration/documents/ajouter | Path does not match |
27 | administration_documents_modifier | /administration/documents/modifier/{id} | Path does not match |
28 | administration_documents_supprimer | /administration/documents/supprimer/{id} | Path does not match |
29 | administration_documents_masquer | /administration/documents/masquer/{id} | Path does not match |
30 | administration_documents_afficher | /administration/documents/afficher/{id} | Path does not match |
31 | administration_email_templates | /administration/email/templates | Path does not match |
32 | administration_email_newaccount | /administration/email/templates/newaccount | Path does not match |
33 | administration_regions_management | /administration/regions | Path does not match |
34 | administration_regions_ajouter | /administration/regions/ajouter | Path does not match |
35 | administration_regions_modifier | /administration/regions/modifier/{id} | Path does not match |
36 | administration_regions_supprimer | /administration/regions/supprimer/{id} | Path does not match |
37 | api_agents_get_all | /api/agents/get | Path does not match |
38 | api_agents_get | /api/agents/get/{id} | Path does not match |
39 | api_agents_post | /api/agents/post | Path does not match |
40 | api_agents_put | /api/agents/put/{id} | Path does not match |
41 | api_articles_get_all | /api/articles/get | Path does not match |
42 | api_articles_get_last | /api/articles/get/last | Path does not match |
43 | api_articles_get | /api/articles/get/{id} | Path does not match |
44 | api_contacts_send_contact | /api/contacts/send/contact | Path does not match |
45 | api_documentscategory_get_all | /api/documentscategory/get | Path does not match |
46 | api_documentscategory_get | /api/documentscategory/get/{id} | Path does not match |
47 | api_documents_get_all | /api/documents/get | Path does not match |
48 | api_documents_get | /api/documents/get/{id} | Path does not match |
49 | api_produits_get_all | /api/produits/get | Path does not match |
50 | api_produits_get | /api/produits/get/{id} | Path does not match |
51 | api_regions_get_all | /api/regions/get | Path does not match |
52 | api_regions_get | /api/regions/get/{id} | Path does not match |
53 | api_simusante_sante | /api/simulateur/sante | Path does not match |
54 | api_users_get_all | /api/users/get | Path does not match |
55 | api_users_get | /api/users/get/{id} | Path does not match |
56 | api_users_get_current | /api/users/get-current | Path does not match |
57 | api_users_changepassword | /api/users/changepassword | Path does not match |
58 | index | / | Path does not match |
59 | vue_pages | /{route} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.