Routing
app_back_main_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://tgsconcept.fr/login
Route Matching Logs
Path to match:
/back/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_back_category_browse | /back/category/ | Path does not match |
| 2 | app_back_category_add | /back/category/add | Path does not match |
| 3 | app_back_category_read | /back/category/{id} | Path does not match |
| 4 | app_back_category_edit | /back/category/{id}/edit | Path does not match |
| 5 | app_back_category_delete | /back/category/{id} | Path does not match |
| 6 | app_back_gallery_browse | /back/gallery/ | Path does not match |
| 7 | app_back_gallery_add | /back/gallery/add | Path does not match |
| 8 | app_back_gallery_read | /back/gallery/{id} | Path does not match |
| 9 | app_back_gallery_edit | /back/gallery/{id}/edit | Path does not match |
| 10 | app_back_gallery_pictures | /back/gallery/{id}/pictures | Path does not match |
| 11 | app_back_gallery_delete | /back/gallery/{id} | Path does not match |
| 12 | app_back_main_home | /back/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.