Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | administration | /administration/ | Path does not match |
| 2 | manage_users | /administration/utilisateurs | Path does not match |
| 3 | add_user | /administration/ajouter-utilisateur | Path does not match |
| 4 | change_user | /administration/modifier-utilisateur/{id} | Path does not match |
| 5 | remove_user | /administration/supprimer-utilisateur/{id} | Path does not match |
| 6 | manage_locations | /administration/locations | Path does not match |
| 7 | new_location | /administration/ajouter-location | Path does not match |
| 8 | remove_location | /administration/supprimer-location/{id} | Path does not match |
| 9 | change_location | /administration/modifier-location/{id} | Path does not match |
| 10 | manage_reservations | /administration/reservations | Path does not match |
| 11 | administration_cancel_reservation | /administration/annuler-reservation/{id} | Path does not match |
| 12 | administration_confirm_reservation | /administration/confirmer-reservation/{id} | Path does not match |
| 13 | administration_delete_reservation | /administration/supprimer-reservation/{id} | Path does not match |
| 14 | manage_dates | /administration/evenements | Path does not match |
| 15 | administration_date_new | /administration/ajouter-evenement | Path does not match |
| 16 | remove_date | /administration/supprimer-evenement/{id} | Path does not match |
| 17 | change_date | /administration/modifier-evenement/{id} | Path does not match |
| 18 | manage_partenaires | /administration/partenaires | Path does not match |
| 19 | add_partenaire | /administration/partenaire/ajouter | Path does not match |
| 20 | change_partenaire | /administration/partenaire/modifier/{id} | Path does not match |
| 21 | remove_partenaire | /administration/partenaire/supprimer/{id} | Path does not match |
| 22 | manage_compterendus | /administration/comptes-rendus | Path does not match |
| 23 | default_homepage | / | Path does not match |
| 24 | amicale | /amicale | Path does not match |
| 25 | amicale_add_compterendu | /amicale/ajouter-compte-rendu | Path does not match |
| 26 | amicale_remove_compterendu | /amicale/supprimer-compte-rendu/{id} | Path does not match |
| 27 | partenaire | /partenaire | Path does not match |
| 28 | family | /family/{id} | Path does not match |
| 29 | addFamily | /family/{id}/rattacher | Path does not match |
| 30 | changeFamily | /family/{id}/modifier/{idFamily} | Path does not match |
| 31 | removeFamily | /family/{id}/supprimer/{idFamily} | Path does not match |
| 32 | fiche | /fiche/{id} | Path does not match |
| 33 | account_management | /fiche/gestion-compte/{id} | Path does not match |
| 34 | location | /location/ | Path does not match |
| 35 | location_detail | /location/{id} | Path does not match |
| 36 | remove_reservation | /location/supprimer-reservation/{id} | Path does not match |
| 37 | mentions_index | /mentions-legales/ | Path does not match |
| 38 | mentions_plan | /mentions-legales/plan | Path does not match |
| 39 | security_logout | /deconnexion | Path does not match |
| 40 | security_create_password | /creer-mot-de-passe/{token} | Path does not match |
| 41 | security_password_lost | /connexion/mot-de-passe-perdu | Path does not match |
| 42 | security_password_init | /connexion/init-password/{user} | Path does not match |
| 43 | security_reset_password | /connexion/reset-password/{token} | Path does not match |
| 44 | security_aide | /connexion/aide | Path does not match |
| 45 | security_login | /connexion/{message}/{showAide} | Path does not match |
| 46 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 47 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 48 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 49 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 50 | _wdt | /_wdt/{token} | Path does not match |
| 51 | _profiler_home | /_profiler/ | Path does not match |
| 52 | _profiler_search | /_profiler/search | Path does not match |
| 53 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 54 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 55 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 56 | _profiler_open_file | /_profiler/open | Path does not match |
| 57 | _profiler | /_profiler/{token} | Path does not match |
| 58 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 59 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 60 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 61 | fos_user_security_login | /login | Path does not match |
| 62 | fos_user_security_check | /login_check | Path does not match |
| 63 | fos_user_security_logout | /logout | Path does not match |
| 64 | fos_user_profile_show | /profile/ | Path does not match |
| 65 | fos_user_profile_edit | /profile/edit | Path does not match |
| 66 | fos_user_registration_register | /register/ | Path does not match |
| 67 | fos_user_registration_check_email | /register/check-email | Path does not match |
| 68 | fos_user_registration_confirm | /register/confirm/{token} | Path does not match |
| 69 | fos_user_registration_confirmed | /register/confirmed | Path does not match |
| 70 | fos_user_resetting_request | /resetting/request | Path does not match |
| 71 | fos_user_resetting_send_email | /resetting/send-email | Path does not match |
| 72 | fos_user_resetting_check_email | /resetting/check-email | Path does not match |
| 73 | fos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
| 74 | fos_user_change_password | /profile/change-password | 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.