Routing
front.inter.presentation
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/presentation
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | admin.dashboard | /admin/tableau-de-bord | Path does not match |
| 14 | admin.qui-sommes-nous | /admin/presentation/qui-sommes-nous | Path does not match |
| 15 | admin.valeur | /admin/presentation/nos-valeurs | Path does not match |
| 16 | admin.edit.recrutement | /admin/edit/emploi/{id} | Path does not match |
| 17 | admin.centres | /admin/nos-centres | Path does not match |
| 18 | admin.edit.centre | /admin/centre/{slug} | Path does not match |
| 19 | admin.nos-partenaires | /admin/nos-partenaires | Path does not match |
| 20 | admin.edit.partenaires | /admin/edit/nos-partenaires/{slug} | Path does not match |
| 21 | admin.del.partenaires | /admin/del/nos-partenaires/{slug} | Path does not match |
| 22 | admin.thematique | /admin/thematiques | Path does not match |
| 23 | admin.edit.thematique | /admin/edit/thematique/{slug} | Path does not match |
| 24 | admin.del.thematique | /admin/del/thematique/{slug} | Path does not match |
| 25 | admin.equipe | /admin/notre-equipe | Path does not match |
| 26 | admin.edit.equipe | /admin/edit/notre-equipe/{slug} | Path does not match |
| 27 | admin.del.equipe | /admin/del/equipe/{slug} | Path does not match |
| 28 | admin.references | /admin/nos-references | Path does not match |
| 29 | admin.edit.references | /admin/edit/nos-references/{slug} | Path does not match |
| 30 | admin.del.references | /admin/del/nos-references/{slug} | Path does not match |
| 31 | admin.actualite | /admin/actualite | Path does not match |
| 32 | admin.edit.actualite | /admin/edit/actualite/{slug} | Path does not match |
| 33 | admin.del.actualite | /admin/del/actualite/{slug} | Path does not match |
| 34 | admin.banniere | /admin/banniere | Path does not match |
| 35 | admin.edit.banniere | /admin/edit/banniere/{id} | Path does not match |
| 36 | admin.del.banniere | /admin/del/banniere/{id} | Path does not match |
| 37 | admin.users | /admin/utilisateurs | Path does not match |
| 38 | admin.edit.users | /admin/edit/utilisateurs/{id} | Path does not match |
| 39 | admin.del.users | /admin/del/utilisateurs/{id} | Path does not match |
| 40 | admin.refresh.users | /admin/refresh/utilisateurs/{id} | Path does not match |
| 41 | admin.contact | /admin/contact | Path does not match |
| 42 | admin.edit.passe | /admin/edit/mot-de-passe/{id} | Path does not match |
| 43 | front.inter.index | / | Path does not match |
| 44 | front.inter.presentation | /presentation | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.