Skip to content
FULLTime eCommerce

Install Redirect & 404 Manager – Shopware 6

Installation

Redirect & 404 Manager requires Shopware 6.7 and PHP 8.2 or higher.

1. Obtain the plugin

Download the plugin for free from the Shopware Store or via your account. For a manual installation you receive a ZIP file.

2. Install and activate the plugin

Option A – via the Administration (recommended)

  1. Extensions → My extensions → Upload extension and select the ZIP file
  2. Click Install on the plugin, then Activate

Option B – via the console

bin/console plugin:refresh
bin/console plugin:install --activate FutiRedirect

3. Database tables

The required tables are created automatically via migration during installation:

  • futi_redirect — redirects (source path, target URL, status code, active status, hits)
  • futi_redirect_404_log — logged 404 errors (path, hits, last occurrence)

When uninstalling the plugin, these tables are not removed automatically. See the Troubleshooting chapter for details.

4. Clear the cache

bin/console cache:clear

5. Find the module

After clearing the cache you will find the module in the administration under Content → Redirect & 404, with the two sub-items Redirects and 404 Log.

Right after installation, 404 logging is already active (the default). Not-found URLs are captured from that point on, even before you create your first redirect.

Next steps

Was this page helpful?

Support

Rented Plugins (Shopware Store)

For support with plugins rented from the Shopware Store, please open a support ticket in your Shopware account.

Create Shopware Ticket

General Inquiries

For general questions or purchase licenses, reach us by email.

Send Email
Install Redirect & 404 Manager – Shopware 6 | FULLTime eCommerce