Skip to content

301/302 redirect management plugin for Shopware 6 πŸ’™

License

Notifications You must be signed in to change notification settings

runelaenen/sw6-redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Redirects for Shopware 6

Latest Stable Version Download plugin zip Total Downloads GitHub Issues GitHub Stars License

Redirects for Shopware 6

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.

βœ”οΈ Features

  • 301 redirects
  • 302 (temporary) redirects
  • Import/Export profile

πŸš€ How to install

Composer install (recommended)

composer require runelaenen/sw6-redirects
bin/console plugin:refresh
bin/console plugin:install --activate RuneLaenenRedirects

πŸ”¨ Building

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

Plugin update (composer)

composer update runelaenen/sw6-redirects
bin/console plugin:update RuneLaenenRedirects

Builing the javascript & css will still be needed.

bin/build.sh

.zip install

  1. Download the latest RuneLaenenRedirects.zip from the latest release.
  2. Upload the zip in the Shopware Administration
  3. Install & Activate the plugin

Plugin update (zip)

  1. Download the latest RuneLaenenRedirects.zip from the latest release.
  2. Upload the zip in the Shopware Administration
  3. Update the plugin

πŸ‘·β€ Contribution

Please help with code, love, shares, feedback and bug reporting.

βš–οΈ License

This plugin is licensed under the MIT licence.