Simple Redirects v1.0.0¶
Published: 2020-03-02
Author: Nickolas Burr
Note
If you would like to receive updates (like this one) by email, please consider subscribing to our quarterly newsletter. It is low volume, and includes details about upcoming releases, product updates, EOL announcements, and other related topics. You can subscribe here.
Links¶
Summary¶
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.
To bridge this gap, we’re releasing Simple Redirects, our rule-based URL redirect management module for Magento. We’re hopeful Simple Redirects will cover the vast majority of URL redirect scenarios and that it’ll be useful to the wider Magento community. Key features include:
- 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
Simple Redirects v1.0.0 is now available on GitHub.