asp.net - Url redirects in Sitecore/uCommerce -
i developing e-commerce solution using sitecore , ucommerce. have found 2 modules sitecore url redirecting.
- https://marketplace.sitecore.net/en/modules/sitecore_redirect_manager.aspx
- https://marketplace.sitecore.net/en/modules/301_redirect_module.aspx
both seem satisfy old url -> new url manual process of redirecting, although little removed actual content. there better solutions/packages? thinking more how umbraco's 301 url tracker works (http://our.umbraco.org/projects/developer-tools/301-url-tracker). more content item specific , tracks changes in page title , therefore url create redirect you.
also know if ucommerce tracks changes in product name/sku might affect url requiring 301 updated location?
it doesn't track them no, that's you'd have code yourself. you'd best hook saveproduct pipeline think , update table.
hth
Comments
Post a Comment