Routing
front.site.index
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | admin.dashboard | /admin/{slug}/tableau-de-bord | Path does not match |
| 15 | admin.apropos | /admin/{slug}/presentation | Path does not match |
| 16 | admin.categories | /admin/{slug}/categories | Path does not match |
| 17 | admin.edit.categorie | /admin/{slug}/show/categorie/edit/{id} | Path does not match |
| 18 | admin.del.categorie | /admin/{slug}/del/categorie/{id} | Path does not match |
| 19 | admin.articles | /admin/{slug}/article | Path does not match |
| 20 | admin.edit.article | /admin/{slug}/edit/article/{id} | Path does not match |
| 21 | admin.del.article | /admin/{slug}/del/article/{id} | Path does not match |
| 22 | admin.produits | /admin/{slug}/produits | Path does not match |
| 23 | admin.edit.produit | /admin/{slug}/show/produit/edit/{id} | Path does not match |
| 24 | admin.del.produit | /admin/{slug}/del/produit/{id} | Path does not match |
| 25 | admin.banniere | /admin/{slug}/banniere | Path does not match |
| 26 | admin.edit.banniere | /admin/{slug}/edit/banniere/{id} | Path does not match |
| 27 | admin.del.banniere | /admin/{slug}/del/banniere/{id} | Path does not match |
| 28 | admin.nos-partenaires | /admin/{slug}/nos-partenaires | Path does not match |
| 29 | admin.edit.partenaires | /admin/{slug}/edit/nos-partenaires/{id} | Path does not match |
| 30 | admin.del.partenaires | /admin/{slug}/del/nos-partenaires/{id} | Path does not match |
| 31 | admin.parametrage | /admin/{slug}/parametrage | Path does not match |
| 32 | admin.reseaux | /admin/{slug}/reseaux | Path does not match |
| 33 | admin.users | /admin/{slug}/utilisateurs | Path does not match |
| 34 | admin.edit.users | /admin/{slug}/edit/utilisateurs/{id} | Path does not match |
| 35 | admin.del.users | /admin/{slug}/del/utilisateurs/{id} | Path does not match |
| 36 | admin.refresh.users | /admin/{slug}/refresh/utilisateurs/{id} | Path does not match |
| 37 | admin.edit.profil | /admin/{slug}/edit/profil/{id} | Path does not match |
| 38 | admin.edit.passe | /admin/{slug}/edit/mot-de-passe/{id} | Path does not match |
| 39 | front.site.compte | /{slug}/mon-compte | Path does not match |
| 40 | front.site.compte.commande | /{slug}/mes-commandes | Path does not match |
| 41 | ma_commande_detail | /{slug}/ma-commande/{codecommande} | Path does not match |
| 42 | front.site.compte.information | /{slug}/mes-informations | Path does not match |
| 43 | front.site.compte.favoris | /{slug}/mes-favoris | Path does not match |
| 44 | temoin | / | Path does not match |
| 45 | front.site.index | /{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.