Routing
a_propos
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "index.html" |
Route Matching Logs
Path to match:
/index.html/a_propos
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /{_locale}/api/login | Path does not match |
| 2 | index_aide | /{_locale}/help/ | Path does not match |
| 3 | article_par_categrorie | /{_locale}/help/category/{slug} | Path does not match |
| 4 | ecrire_un_article | /{_locale}/help/write-article | Path does not match |
| 5 | lire_un_article | /{_locale}/help/read-article/{slug} | Path does not match |
| 6 | reclammation_admin | /{_locale}/count-notification/reclammation-admin | Path does not match |
| 7 | notification_gestion | /{_locale}/count-notification/notification-gestion | Path does not match |
| 8 | contact | /{_locale}/contact | Path does not match |
| 9 | a_propos | /{_locale}/a_propos | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.