Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

https://github.com/magesuite/url-rewrite

This module adds the possibility to provide list of URL rewrites

Installation

This module is part of MageSuite metapackage

Optional installation when metapackage is not used

composer require "creativestyle/magesuite-url-rewrite" ^1.0.0

Admin settings

Admin settings are placed in:

Stores -> Configuration -> General -> Web -> Custom Rewrites

Settings

List of rewrites

Provide one rewrite per line in format: "{original_path}|{target_path}|{status_code}" {status_code} is optional and will default to 301.

  • No labels