Routing
home_thematic
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
parcours | "ressources" |
Route Matching Logs
Path to match:
/fr/ressources
# | Route name | Path | Log |
---|---|---|---|
1 | record_authority_parcours | /{_locale}/{parcours}/autorite/{permalink} | Path does not match |
2 | record_authority | /{_locale}/autorite/{permalink} | Path does not match |
3 | record_authority_pdf | /{_locale}/print/autorite.{format}/{permalink} | Path does not match |
4 | error_bpi_not_found | /{_locale}/error/404 | Path does not match |
5 | help_search | /{_locale}/aide/recherche | Path does not match |
6 | help_result | /{_locale}/aide/exploitationresultats | Path does not match |
7 | help_service | /{_locale}/aide/services | Path does not match |
8 | help_account | /{_locale}/aide/compte | Path does not match |
9 | home2 | /{_locale}/ | Path does not match |
10 | home_thematic | /{_locale}/{parcours} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.