Simple Redirects¶
What is Simple Redirects?¶
Simple Redirects provides URL redirect management for Magento Open Source and Magento Commerce.
By default, Magento has fairly limited flexibility with respect to URL redirect management. The
URL rewrite module Magento_UrlRewrite
, as well as related modules Magento_CatalogUrlRewrite
and Magento_CmsUrlRewrite
, provide the ability to redirect and rewrite URLs for products,
categories, and CMS pages, which is extremely useful for SEO purposes. However, there’s a lack of
functionality for simple rule-based redirects, which can be especially helpful when transitioning
to Magento from another platform like Shopify or BigCommerce.
Key Features¶
- Rule types:
Path
Query Parameter
Host
- Match types:
Exact match
Not exact match
Contains
Does not contain
Matches regex
Does not match regex
- Redirect types:
301
302
Priority levels 1-10