Download the PHP package integer-net/magento2-rewritemap without Composer
On this page you can find all versions of the php package integer-net/magento2-rewritemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download integer-net/magento2-rewritemap
More information about integer-net/magento2-rewritemap
Files in integer-net/magento2-rewritemap
Package magento2-rewritemap
Short Description Generate RewriteMap files for Apache from Magento URL rewrites
License MIT
Informations about the package magento2-rewritemap
IntegerNet_RewriteMap Magento Module
Generate RewriteMap files for Apache from custom Magento URL rewrites (redirects). This can be useful to re-use the rewrites in a different frontend.
For example, to use the redirects in Vue Storefront, a reverse proxy that uses the generated rewrite maps can be configured.
Installation
-
Install it into your Magento 2 project with composer:
- Enable module
Configuration
In your store configuration navigate to Catalog > SEO:
- Enable Rewrite Maps Generation: set to "yes" to enable (Default: no)
- Rewrite Maps Generation Cron Schedule: configure, when rewrite maps are regenerated (Default: every hour)
Usage
Rewrite maps are stored in var/rewrite_maps as one text file per store and redirect type (301, 302).
See http://httpd.apache.org/docs/current/rewrite/rewritemap.html for details how to use those files.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Testing
Unit Tests
Magento Integration Tests
-
Configure test database in
dev/tests/integration/etc/install-config-mysql.php. Read more in the Magento docs. -
Copy
tests/integration/phpunit.xml.distfrom the package todev/tests/integration/phpunit.xmlin your Magento installation. - In that directory, run
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Bernard Delhez
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of magento2-rewritemap with dependencies
magento/framework Version ^102.0.0||^103.0.0
magento/module-store Version ^100.0.2||^101.0
magento/module-url-rewrite Version ^100.0.2||^101.0.0||^102.0.0