Routing
actualites
Matched route
Route Parameters
| Name | Value |
|---|---|
| page | "1" |
Route Matching Logs
Path to match:
/actualites
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | tableau-de-bord-presse | /extranet/tableau-de-bord-presse/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | kit-de-communication-generique | /extranet/kit-de-communication/supports-de-communication-generiques | Path does not match |
| 4 | kit-de-communication-moment | /extranet/kit-de-communication/supports-de-communication-du-moment/{year}/{month} | Path does not match |
| 5 | actualites | /actualites/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.