Redirect 302 redirect from GET @product_page (661c09)

Routing

product_page Matched route

Route Parameters

Name Value
_locale
"it"
listino
null
product_code
"TE.1155072C"
url_product
"original-universal-glisten"

Route Matching Logs

Path to match: /it/shoponline/original-universal-glisten.TE.1155072C
# Route name Path Log
1 user_control_panel_with_listino.it /it-{listino}/customer/panel Path does not match
2 user_control_panel_with_listino.en /en-{listino}/customer/panel Path does not match
3 user_control_panel.it /it/customer/panel Path does not match
4 user_control_panel.en /en/customer/panel Path does not match
5 product_page_with_listino.it /it-{listino}/shoponline/{url_product}.{product_code} Path does not match
6 product_page_with_listino.en /en-{listino}/shoponline/{url_product}.{product_code} Path does not match
7 product_page.it /it/shoponline/{url_product}.{product_code} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.