Routing
listeOffreNatureTypeVille
Matched route
Route Parameters
| Name | Value |
|---|---|
| nature | "vente" |
| nomPage | "-immobilier" |
| type | "entrepots-locaux-d-activites" |
| ville | "seine-saint-denis-93" |
Route Matching Logs
Path to match:
/offres-immobilier/vente/entrepots-locaux-d-activites/seine-saint-denis-93/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | pageContentFille | /{urlPageMere}/{urlPage} | Path does not match |
| 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} | Path does not match |
| 8 | envoie_alert | /envoie-alert | Path does not match |
| 9 | resultatRechercheInvest | /resultat-recherche-invest | Path does not match |
| 10 | resultatRecherche | /resultat-recherche | Path does not match |
| 11 | detail-offre-ref | /reference-{ref}/ | Path does not match |
| 12 | listeOffre | /offres{nomPage} | Path does not match |
| 13 | listeOffreNature | /offres{nomPage}/{nature}/ | Path does not match |
| 14 | listeOffreNatureType | /offres{nomPage}/{nature}/{type}/ | Path does not match |
| 15 | listeOffreNatureTypeVille | /offres{nomPage}/{nature}/{type}/{ville}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.