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

  1. Rule types:
    1. Path

    2. Query Parameter

    3. Host

  2. Match types:
    1. Exact match

    2. Not exact match

    3. Contains

    4. Does not contain

    5. Matches regex

    6. Does not match regex

  3. Redirect types:
    1. 301

    2. 302

  4. Priority levels 1-10