Routing
front_produit_blog
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/produit/blog
# | Route name | Path | Log |
---|---|---|---|
1 | admin_index | /admin/ | Path does not match |
2 | admin_slug | /admin/ff/{slug} | Path does not match |
3 | front_form_consent | /form/form_consent | Path does not match |
4 | phpinfo | /phpinfo | Path does not match |
5 | front_index | / | Path does not match |
6 | front_testAPIChrono | /testAPIChrono | Path does not match |
7 | front_404 | /erreur404 | Path does not match |
8 | front_test | /test/q1 | Path does not match |
9 | front_test2 | /test/q2 | Path does not match |
10 | front_test3 | /test/q3 | Path does not match |
11 | front_test4 | /test/q4 | Path does not match |
12 | front_test5 | /test/q5 | Path does not match |
13 | front_test6 | /test/q6 | Path does not match |
14 | front_produit_application | /produit/application | Path does not match |
15 | front_produit_boutique | /produit/boutique | Path does not match |
16 | front_produit_landingpage | /produit/landingpage | Path does not match |
17 | front_produit_microsite | /produit/microsite | Path does not match |
18 | front_produit_blog | /produit/blog | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.