Routing
app_front_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | blog_posts_slidesall | /api/blog/app/posts/slides/ | Path does not match |
| 2 | blog_posts_slidesbyId | /api/blog/app/posts/slides/{id} | Path does not match |
| 3 | blog_posts_slidesadd | /api/blog/app/posts/slides/ | Path does not match |
| 4 | blog_posts_slidesedit | /api/blog/app/posts/slides/{id} | Path does not match |
| 5 | blog_posts_slidesadd_clone | /api/blog/app/posts/slides/clone/{id} | Path does not match |
| 6 | blog_posts_slidesdelete | /api/blog/app/posts/slides/{id} | Path does not match |
| 7 | blog_posts_all | /api/blog/app/posts/ | Path does not match |
| 8 | blog_posts_byId | /api/blog/app/posts/{id} | Path does not match |
| 9 | blog_posts_add | /api/blog/app/posts/ | Path does not match |
| 10 | blog_posts_edit | /api/blog/app/posts/{id} | Path does not match |
| 11 | blog_posts_add_clone | /api/blog/app/posts/clone/{id} | Path does not match |
| 12 | blog_posts_delete | /api/blog/app/posts/{id} | Path does not match |
| 13 | blog_resources_all | /api/blog/app/resources/ | Path does not match |
| 14 | blog_resources_byId | /api/blog/app/resources/{id} | Path does not match |
| 15 | blog_resources_add | /api/blog/app/resources/ | Path does not match |
| 16 | blog_resources_edit | /api/blog/app/resources/{id} | Path does not match |
| 17 | blog_resources_add_clone | /api/blog/app/resources/clone/{id} | Path does not match |
| 18 | blog_resources_delete | /api/blog/app/resources/{id} | Path does not match |
| 19 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 20 | _wdt | /_wdt/{token} | Path does not match |
| 21 | _profiler_home | /_profiler/ | Path does not match |
| 22 | _profiler_search | /_profiler/search | Path does not match |
| 23 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 24 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 25 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 26 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 27 | _profiler_open_file | /_profiler/open | Path does not match |
| 28 | _profiler | /_profiler/{token} | Path does not match |
| 29 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 30 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 31 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 32 | app_front_2home | / | Path does not match |
| 33 | app_user_front_login | /user/login | Path does not match |
| 34 | app_user_front_reset_password | /user/reset-password | Path does not match |
| 35 | app_user_front_logout | /user/logout | Path does not match |
| 36 | app_back_app | /app/ | Path does not match |
| 37 | app_back_dashboard | /app/dashboard | Path does not match |
| 38 | app_back_all_path1 | /app/{path1} | Path does not match |
| 39 | app_back_all_path2 | /app/{path1}/{path2} | Path does not match |
| 40 | app_back_all_path3 | /app/{path1}/{path2}/{path3} | Path does not match |
| 41 | app_back_all_path4 | /app/{path1}/{path2}/{path3}/{path4} | Path does not match |
| 42 | app_back_all_path5 | /app/{path1}/{path2}/{path3}/{path4}/{path5} | Path does not match |
| 43 | app_back_all_path6 | /app/{path1}/{path2}/{path3}/{path4}/{path5}/{path6} | Path does not match |
| 44 | app_back_all_path7 | /app/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7} | Path does not match |
| 45 | app_back_all_path8 | /app/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/{path8} | Path does not match |
| 46 | app_back_all_path9 | /app/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/{path8}/{path9} | Path does not match |
| 47 | api_login_check | /api/login | Path does not match |
| 48 | app_front_about_us | /{_locale}/about-us | Path does not match |
| 49 | app_front_mentorship | /{_locale}/mentorship | Path does not match |
| 50 | app_front_carreers | /{_locale}/carreers | Path does not match |
| 51 | app_front_gouvernance | /{_locale}/gouvernance | Path does not match |
| 52 | app_front_cms_page | /{_locale}/cms/{id}-{slug} | Path does not match |
| 53 | app_front_cms_conditions | /{_locale}/general-conditions | Path does not match |
| 54 | app_front_cms_claim | /{_locale}/claim | Path does not match |
| 55 | app_front_ajax_contact | /{_locale}/api/contact | Path does not match |
| 56 | app_front_ajax_mentoship_contact | /{_locale}/api/mentoship-contact | Path does not match |
| 57 | app_front_ajax_subscribe_newsletter | /{_locale}/api/subscribe-newsletter | Path does not match |
| 58 | app_front_contact | /{_locale}/contact | Path does not match |
| 59 | app_front_home | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.