Routing
listeActus-categorie
Matched route
Route Parameters
| Name | Value |
|---|---|
| categorie | "reglementaire" |
| nomPage | "-immobilier" |
Route Matching Logs
Path to match:
/actualites-immobilier/reglementaire
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | pageContentFille | /{urlPageMere}/{urlPage} | Path almost matches, but Requirement for "urlPageMere" does not match ((?!(admin|login|logout|actualites|offres|resultat-recherche|trouverOffreMap|reference|agences|carrieres|mail|envoie-alert|media|alertemail|carrieres|_profiler|_wdt|front|_error)).+) |
| 2 | pageContent | /{urlPage} | Path does not match |
| 3 | admin | /admin | Path does not match |
| 4 | upload_image | /upload/image | Path does not match |
| 5 | detail-actu | /actualites{nomPage}/{categorie}/{titre} | Path does not match |
| 6 | listeActus | /actualites{nomPage} | Path does not match |
| 7 | listeActus-categorie | /actualites{nomPage}/{categorie} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.