Routing
default_homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/connexion
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.