Routing
app_home_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://dev.kiwi.web.oxv.fr/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | blog_index | /blog/ | Path does not match |
| 2 | blog_new | /blog/new | Path does not match |
| 3 | blog_show | /blog/{id} | Path does not match |
| 4 | blog_edit | /blog/{id}/edit | Path does not match |
| 5 | blog_delete | /blog/{id} | Path does not match |
| 6 | blog_tag_index | /blog-tag/ | Path does not match |
| 7 | blog_tag_new | /blog-tag/new | Path does not match |
| 8 | blog_tag_show | /blog-tag/{id} | Path does not match |
| 9 | blog_tag_edit | /blog-tag/{id}/edit | Path does not match |
| 10 | blog_tag_delete | /blog-tag/{id} | Path does not match |
| 11 | catalog_gift_code_list | /catalog/gift-code/{gift_id} | Path does not match |
| 12 | catalog_gift_code_add_file | /catalog/gift-code/{gift_id}/add-file | Path does not match |
| 13 | catalog_gift_index | /catalog/gift/ | Path does not match |
| 14 | catalog_gift_new | /catalog/gift/new | Path does not match |
| 15 | catalog_gift_show | /catalog/gift/{id} | Path does not match |
| 16 | catalog_gift_edit | /catalog/gift/{id}/edit | Path does not match |
| 17 | catalog_gift_delete | /catalog/gift/{id} | Path does not match |
| 18 | catalog_gift_level_index | /catalog/gift-level/ | Path does not match |
| 19 | catalog_gift_level_new | /catalog/gift-level/new | Path does not match |
| 20 | catalog_gift_level_show | /catalog/gift-level/{id} | Path does not match |
| 21 | catalog_gift_level_edit | /catalog/gift-level/{id}/edit | Path does not match |
| 22 | catalog_gift_level_delete | /catalog/gift-level/{id} | Path does not match |
| 23 | cookies_index | /cookies | Path does not match |
| 24 | csv_export | /{alias}/csv-export/{params} | Path does not match |
| 25 | faq_index | /faq/ | Path does not match |
| 26 | faq_ajax_update_position | /faq/ajax-update-position | Path does not match |
| 27 | faq_new | /faq/new | Path does not match |
| 28 | faq_show | /faq/{id} | Path does not match |
| 29 | faq_edit | /faq/{id}/edit | Path does not match |
| 30 | faq_delete | /faq/{id}/delete | Path does not match |
| 31 | app_home_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.