Type
magento2-module
Magento2 module creating URL rewrites using XML files
magento2-module
MIT
None
None
None
None
None
The extension allows to create custom url rewrites in a Magento1-like way using XML files
To install the extension using Composer use the following commands:
composer require mslwk/module-xml-url-rewrites
php bin/magento module:enable MSlwk_XmlUrlRewrites
php bin/magento setup:upgrade
```
##### From GitHub #####
You can download the extension directly from GitHub and
put it inside `` app/code/MSlwk/XmlUrlRewrites `` directory. Then run the
following commands:
```bash
php bin/magento module:enable MSlwk_XmlUrlRewrites
php bin/magento setup:upgrade
```
## Usage ##
To create new rewrites add ```etc/url_rewrites.xml``` file to your module.
Example:
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details