Tim-VL / TinectRedirects

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 RuneLaenenRedirects.

βœ”οΈ Features

  • 301 redirects
  • 302 (temporary) redirects
  • Import/Export profile
  • redirect just when there would be a error
  • auto add 404 error in list

πŸš€ How to install

Composer install (recommended)

composer require tinect/redirects
bin/console plugin:refresh
bin/console plugin:install --activate TinectRedirects

Plugin update (composer)

composer update tinect/redirects
bin/console plugin:update TinectRedirects

.zip install

  1. Download the latest TinectRedirects.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 TinectRedirects.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.

About

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

License:MIT License


Languages

Language:PHP 58.0%Language:JavaScript 23.8%Language:Twig 17.8%Language:SCSS 0.4%