I am migrating a site from a legacy PHP (not WordPress) CMS with a specific URL pattern for categories & products to Kentico 11 webforms. With plans in 2021 to migrate to v13 / MVC!
Does Kentico have a helper function or extension that will map URL requests which can be correlated to a pattern in Kentico? This would redirect users to the appropriate product category, grid, or detail page and not end up at a 404.
The existing site uses the following pattern for Products. index.php/home/category/{0}/{00}/{00}/(00000}
Each path corresponds to a common set of categories, sub categories, general products and specific products (size, color, accessories, etc.) There are over 550 specific products across 7 categories.
.com/index.php/home/category/1/18/15/17999
would map to .com/category/products/product-type/standard
https://devnet.kentico.com/articles/url-redirection will not work because I have to maintain each redirect individually.