Routing
app_front_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.abidjan.net
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | security.login | /connexion | Path does not match |
| 2 | register | /inscription | Path does not match |
| 3 | registration_confirmation_route | /verify | Path does not match |
| 4 | app_verify_resend_email | /verify/resend | Path does not match |
| 5 | security.logout | /deconnexion | Path does not match |
| 6 | security.update.pwd | /mon-compte/utilisateurs/{id}/modification-mot-de-passe | Path does not match |
| 7 | go_to | /go_to | Path does not match |
| 8 | app_front_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.