Routing
entreprise_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
Route Matching Logs
Path to match:
/fr_FR/vente-aux-entreprises
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_contact | /{_locale}/contact | Path does not match |
| 2 | app_admin_translation_editor | /admin/translations/editor | Path does not match |
| 3 | app_brand_index | /{_locale}/forge-de-laguiole | Path does not match |
| 4 | app_ajax_checkout_recalculate | /ajax/checkout/recalculate/{_locale} | Path does not match |
| 5 | app_configurator_index | /{_locale}/configurator/ | Path does not match |
| 6 | app_couteau_finder_index | /{_locale}/couteau-finder/ | Path does not match |
| 7 | app_couteau_finder_step_options | /{_locale}/couteau-finder/step-options | Path does not match |
| 8 | app_couteau_finder_results | /{_locale}/couteau-finder/results | Path does not match |
| 9 | app_finder_index | /{_locale}/trouvez-votre-couteau | Path does not match |
| 10 | app_finder_results | /{_locale}/api/finder/results | Path does not match |
| 11 | app_press_index | /{_locale}/espace-presse | Path does not match |
| 12 | product_list | /{_locale}/products/list | Path does not match |
| 13 | product_catalog | /{_locale}/products/catalog | Path does not match |
| 14 | tradition_catalog | /{_locale}/tradition | Path does not match |
| 15 | sylius_shop_ajax_cart_add_item | /{_locale}/ajax/cart/add/{productId} | Path does not match |
| 16 | app_shop_ajax_cart_update_item | /{_locale}/ajax/cart/update-item/{itemId} | Path does not match |
| 17 | app_search_navbar | /search/navbar | Path does not match |
| 18 | app_shop_recruitment | /{_locale}/recrutement | Path does not match |
| 19 | app_reseller_index | /{_locale}/espace-revendeurs | Path does not match |
| 20 | app_shop_page_show | /{_locale}/pages/{slug} | Path does not match |
| 21 | app_sitemap_index | /sitemap.xml | Path does not match |
| 22 | app_sitemap_products | /sitemap-products.xml | Path does not match |
| 23 | app_sitemap_categories | /sitemap-categories.xml | Path does not match |
| 24 | app_sitemap_blog | /sitemap-blog.xml | Path does not match |
| 25 | entreprise_index | /{_locale}/vente-aux-entreprises | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.