https://github.com/magesuite/url-rewrite
This module adds the possibility to provide a list of custom 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 the:
Stores -> Configuration -> General -> Web -> Custom Rewrites
Settings
List of rewrites | Provide one rewrite per line in format: "{original_path}|{target_path}|{status_code}" |
Backend documentation and general review is needed.