Manage 301 and 302 redirects in your Shopware 6 shop. The plugin is compatible with PHP version 7.4 and higher. The plugin has been forked from ScopPlatformRedirector.
Are you a happy user of the Redirects plugin? Please consider giving our project a βοΈ star on Github, or buying the maintainer a cup of βοΈ coffee.
- 301 redirects
- 302 (temporary) redirects
- Import/Export profile
composer require runelaenen/sw6-redirects
bin/console plugin:refresh
bin/console plugin:install --activate RuneLaenenRedirects
The composer install does not come with compiled javascript. You will have to build/compile your administration and storefront javascript.
In case you are using the production template, the command below should do the trick.
bin/build.sh
composer update runelaenen/sw6-redirects
bin/console plugin:update RuneLaenenRedirects
Builing the javascript & css will still be needed.
bin/build.sh
- Download the latest RuneLaenenRedirects.zip from the latest release.
- Upload the zip in the Shopware Administration
- Install & Activate the plugin
- Download the latest RuneLaenenRedirects.zip from the latest release.
- Upload the zip in the Shopware Administration
- Update the plugin
Please help with code, love, shares, feedback and bug reporting.
This plugin is licensed under the MIT licence.