Routing
index_page_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | login_membre | /membre/sign-in | Path does not match |
| 2 | forget_password | /membre/forget-password | Path does not match |
| 3 | reset_password | /membre/reset-password/{token} | Path does not match |
| 4 | sign_up | /membre/sign-up | Path does not match |
| 5 | profil | /membre/profil | Path does not match |
| 6 | logout_membre | /membre/logout | Path does not match |
| 7 | admin_redirect | /control-panel-58e9ebc86109/ | Path does not match |
| 8 | setlocale_langauge | /lang/{language} | Path does not match |
| 9 | track_phone_click | /track-phone-click | Path does not match |
| 10 | submit_request | /api/submit-request | Path does not match |
| 11 | index_page_home | /{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.