How to set the type of redirection (permanent, temporary, multiple destinations, 401, 410, etc.)

Why do it: Setting the correct type of redirect (such as permanent or temporary) is essential for SEO and to ensure that visitors and search engines reach the correct destination.

Available Redirect Types

When you edit or create a redirect, you can choose from the following types in the Type field:

CodeDescriptionUsage
301PermanentIndicates that the URL has been permanently moved.
302TemporaryIndicates that the URL has been temporarily moved.
307Temporarily MovedSimilar to 302, but preserves the original HTTP method.
308Permanently MovedSimilar to 301, but preserves the original HTTP method.
mtpMultiple destinationsRedirects the source URL to multiple destinations (e.g., for A/B testing).
401UnauthorizedIndicates that access to the resource is unauthorized.
410GoneIndicates that the resource has been permanently removed and will not return.

Procedure to Set the Redirect Type

1. Access the edit or new redirect creation screen.

2. In the Source URL field, enter the relative path (without the domain name) of the address that should no longer be used.

3. In the Type dropdown menu, select the redirect code you want to apply (for example, 301 - Permanent).

A. Setup for Standard Redirects (301, 302, 307, 308)

If you selected a standard code (301, 302, 307, or 308):

4. The Destination URL field will appear. Enter here the full or relative address of the final page where users should be redirected.

B. Setup for Multiple Destinations (mtp)

If you selected Multiple destinations:

4. The Multiple Destination URLs field will appear. Enter all destination addresses here, separated by commas.

C. Setup for Error Codes (401, 410)

If you selected an error code (401 or 410), there is no need to specify a Destination URL, as the system will respond directly with the selected error code.


5. Make sure the Active checkbox is checked if you want the redirect to be immediately operational. If unchecked, the redirect will be disabled.

6. Click on the form save button (usually labeled Save or Apply) to make your changes effective.