Title: Redirection
Author: John Godley
Published: <strong>10 Settembre 2007</strong>
Last modified: 1 Marzo 2026

---

Ricerca i plugin

![](https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642)

![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)

# Redirection

 Di [John Godley](https://profiles.wordpress.org/johnny5/)

[Scarica](https://downloads.wordpress.org/plugin/redirection.5.7.5.zip)

 * [Dettagli](https://it.wordpress.org/plugins/redirection/#description)
 * [Recensioni](https://it.wordpress.org/plugins/redirection/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/redirection/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/redirection/#developers)

 [Supporto](https://wordpress.org/support/plugin/redirection/)

## Descrizione

Redirection is the most popular redirect manager for WordPress. With it you can 
easily manage 301 redirections, keep track of 404 errors, and generally tidy up 
any loose ends your site may have. This can help reduce errors and improve your 
site ranking.

Redirection is designed to be used on sites with a few redirects to sites with thousands
of redirects.

It has been a WordPress plugin for over 10 years and has been recommended countless
times. And it’s free!

Full documentation can be found at [https://redirection.me](https://redirection.me)

Redirection is compatible with PHP from 7.4 to 8.4.

#### Redirect manager

Create and manage redirects quickly and easily without needing Apache or Nginx knowledge.
If your WordPress supports permalinks then you can use Redirection to redirect any
URL.

There is full support for regular expressions so you can create redirect patterns
to match any number of URLs. You can match query parameters and even pass them through
to the target URL.

The plugin can also be configured to monitor when post or page permalinks are changed
and automatically create a redirect to the new URL.

#### Conditional redirects

In addition to straightforward URL matching you can redirect based on other conditions:

 * Login status – redirect only if the user is logged in or logged out
 * WordPress capability – redirect if the user is able to perform a certain capability
 * Browser – redirect if the user is using a certain browser
 * Referrer – redirect if the user visited the link from another page
 * Cookies – redirect if a particular cookie is set
 * HTTP headers – redirect based on a HTTP header
 * Custom filter – redirect based on your own WordPress filter
 * IP address – redirect if the client IP address matches
 * Server – redirect another domain if also hosted on this server
 * Page type – redirect if the current page is a 404

#### Full logging

A configurable logging option allows to view all redirects occurring on your site,
including information about the visitor, the browser used, and the referrer. A ‘
hit’ count is maintained for each redirect so you can see if a URL is being used.

Logs can be exported for external viewing, and can be searched and filtered for 
more detailed investigation.

Display geographic information about an IP address, as well as a full user agent
information, to try and understand who the visitor is.

Puoi disabilitare o ridurre la raccolta degli IP per rispettare le normative del
tuo paese e cambiare l’ammontare delle informazioni raccolte, oltre al minimo indispensabile
degli header HTTP

Puoi registrare ogni redirezionamento che si verifica sul sito, inclusi quelli che
avvengono al di fuori di Redirection.

#### Aggiungi header HTTP

Gli HTTP header possono essere aggiunti ai reindirizzamenti per ridurne l’impatto
o all’intero sito, per maggior sicurezza. Si possono aggiungere header personalizzati.

#### Track 404 errors

Redirection will keep track of all 404 errors that occur on your site, allowing 
you to track down and fix problems.

Errors can be grouped to show where you should focus your attention, and can be 
redirected in bulk.

#### Query parameter handling

Puoi far corrispondere esattamente i parametri delle query, ignorarli o anche passarli
alla destinazione.

#### Migra Permalink

Hai cambiato la struttura dei permalink? Puoi migrare i vecchi permalink semplicemente
inserendo la struttura vecchia. Le migrazioni multiple sono supportate.

#### Apache & Nginx support

By default Redirection will manage all redirects using WordPress. However you can
configure it so redirects are automatically saved to a .htaccess file and handled
by Apache itself.

If you use Nginx then you can export redirects to an Nginx rewrite rules file.

#### Permessi granulari

Si possono impostare permessi granulari così da personalizzare il plugin per diversi
utenti. Questo lo rende particolarmente adatto per siti di clienti dove è preferibile
prevenire alcune azioni e rimuovere alcune funzionalità.

#### Import & Export

The plugin has a fully-featured import and export system and you can:

 * Import and export to Apache .htaccess
 * Export to Nginx rewrite rules
 * Copy redirects between sites using JSON
 * Import and export to CSV for viewing in a spreadsheet
 * Use WP CLI to automate import and export

You can also import from the following plugins:

 * Simple 301 Redirects
 * SEO Redirection
 * Safe Redirect Manager
 * Rank Math
 * WordPress old slug redirects
 * Reindirizzamenti veloci Articoli/Pagine

#### Compatibile con Search Regex

Redirection è compatibile con [Search Regex](https://searchregex.com), che ti permette
di aggiornare in blocco i reindirizzamenti.

#### Wait, it’s free?

Yes, it’s really free. There’s no premium version and no need to pay money to get
access to features. This is a dedicated redirect management plugin.

### Support

Please submit bugs, patches, and feature requests to:

[https://github.com/johngodley/redirection](https://github.com/johngodley/redirection)

Please submit translations to:

[https://translate.wordpress.org/projects/wp-plugins/redirection](https://translate.wordpress.org/projects/wp-plugins/redirection)

## Screenshot

 * [[
 * Redirection management interface
 * [[
 * Adding a redirection
 * [[
 * Redirect logs
 * [[
 * Import/Export
 * [[
 * Options
 * [[
 * Support

## Installazione

The plugin is simple to install:

 1. Download `redirection.zip`
 2. Unzip
 3. Upload `redirection` directory to your `/wp-content/plugins` directory
 4. Go to the plugin management page and enable the plugin
 5. Configure the options from the `Tools/Redirection` page

You can find full details of installing a plugin on the [plugin installation page](https://redirection.me/support/installation/).

Full documentation can be found on the [Redirection](https://redirection.me/support/)
site.

## FAQ

### Why would I want to use this instead of .htaccess?

Ease of use. Redirections are automatically created when a post URL changes, and
it is a lot easier to manually add redirections than to hack around a .htaccess.
You also get the added benefit of being able to keep track of 404 errors.

### What is the performance of this plugin?

The plugin works in a similar manner to how WordPress handles permalinks and should
not result in any noticeable slowdown to your site.

## Recensioni

![](https://secure.gravatar.com/avatar/d31fb0590416eda171137284cb304057a0e2807a78c5dead6e771ed9a6a232d7?
s=60&d=retro&r=g)

### 󠀁[Okay for Basic Use](https://wordpress.org/support/topic/okay-for-basic-use/)󠁿

 [nolan02](https://profiles.wordpress.org/nolan02/) 7 Aprile 2026 1 risposta

It does the main redirect job, and the setup was pretty simple. I could use it without
much trouble. But yeah, a few things felt limited, and I noticed some small rough
edges. Still decent for simple use.

![](https://secure.gravatar.com/avatar/a21b8e50a380a95d6b07a2cae952689f24307f1bb85f162281ff378879b04a31?
s=60&d=retro&r=g)

### 󠀁[Solid Redirect Tool](https://wordpress.org/support/topic/solid-redirect-tool/)󠁿

 [blaze30](https://profiles.wordpress.org/blaze30/) 6 Aprile 2026

Very useful for managing redirects. Setup was easy & works fine. Helped fix broken
links. UI could be cleaner, but overall good 👍

![](https://secure.gravatar.com/avatar/75679c3c72005ba918f1a43437de1702290e7378c6eddd524cdd329f99c12585?
s=60&d=retro&r=g)

### 󠀁[Simple and Solid](https://wordpress.org/support/topic/simple-and-solid-17/)󠁿

 [jarod10](https://profiles.wordpress.org/jarod10/) 3 Aprile 2026

Redirection saved me a lot of time while fixing old links. Setup was easy, and it
worked just how I needed. Very helpful plugin for keeping things clean.

![](https://secure.gravatar.com/avatar/45ac5b8daf1764f4079343221d03627e1f8f26e1c17157f7efe9c690ed292725?
s=60&d=retro&r=g)

### 󠀁[Helpful Redirect Tool](https://wordpress.org/support/topic/helpful-redirect-tool/)󠁿

 [orianawillson](https://profiles.wordpress.org/orianawillson/) 5 Marzo 2026

The Redirection plugin helped me manage 301 redirects easily. UI is simple n setup
was quick. Logs are also useful to track errors. Sometimes settings feel a bit much,
but overall works well. Tnkz devs.

![](https://secure.gravatar.com/avatar/9b1da32bd007eba2a792c7d8d891dc080bf3dbe965ba7cc21e2f2fb631a59eff?
s=60&d=retro&r=g)

### 󠀁[Very Handy Tool](https://wordpress.org/support/topic/very-handy-tool-37/)󠁿

 [ralphlong](https://profiles.wordpress.org/ralphlong/) 2 Marzo 2026

Redirection helped me fix 404 errors fast. Setup was easy & rules are simple to 
manage. Logs are useful too. Sometimes takes a bit to refresh, but overall does 
the job well. Good plugin 👍

![](https://secure.gravatar.com/avatar/3631d56fe21f50ef3eb1797abfefebef3df3fa2f03f0859622991f2d95a57e91?
s=60&d=retro&r=g)

### 󠀁[2026 – the year of training for updates?](https://wordpress.org/support/topic/2026-the-year-of-training-for-updates/)󠁿

 [smga](https://profiles.wordpress.org/smga/) 1 Marzo 2026 2 risposte

HiSometimes we criticize providers for rarely updating their plugins. Well, this
is clearly not the case. It’s the fifth update in a few weeks…Before I can get through
all 36 of my sites and rejoice, I have to start all over again – another Redirection
update has been released.Hey, maybe you should stop training us?The plugin is excellent,
no doubt about that.

 [ Leggi tutte le recensioni di 692 ](https://wordpress.org/support/plugin/redirection/reviews/)

## Contributi e sviluppo

“Redirection” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

 *   [ John Godley ](https://profiles.wordpress.org/johnny5/)

“Redirection” è stato tradotto in 28 lingue. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/redirection/contributors)
per il contributo.

[Traduci “Redirection” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/redirection)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/redirection/) segui
il [repository SVN](https://plugins.svn.wordpress.org/redirection/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/redirection/)
tramite [RSS](https://plugins.trac.wordpress.org/log/redirection/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

A x.1 version increase introduces new or updated features and can be considered 
to contain ‘breaking’ changes. A x.x.1 increase is purely a bug fix and introduces
no new features, and can be considered as containing no breaking changes.

#### 5.7.5 – 1st March 2026

 * Fix delete all regression from 5.7.4

#### 5.7.4 – 28th February 2026

 * Fix display setting not saving
 * Fix ‘view data’ on logs
 * Fix missing filters on select all

#### 5.7.3 – 21st February 2026

 * Fix log target having double domain
 * Fix from/notfrom data not being used when editing
 * Cleaned up behaviour around pagination and checkboxes
 * Improved some styles

#### 5.7.2 – 17th February 2026

 * Fix select-all bulk action
 * Improve setup page handling of problems
 * Improve 404 page handling of incomplete data

#### 5.7.1 – 16th February 2026

 * Fix bulk delete on log and 404 page
 * Restore filter by IP button
 * Remove referrer from standard log display

#### 5.7 – 15th February 2026

 * Bump minimum PHP to 7.4
 * Add multi-select support with shift-click in tables
 * Add WP-CLI verbose flag for settings command to display setting names
 * Improve log deletion performance with adaptive batch sizing for large backlogs
 * Add permissions policy header
 * Improve trash monitoring

#### 5.6.1 – 17th January 2026

 * Fix issue with spaces in Apache .htaccess
 * Add some checks for sites with opcache to help with renamed files
 * Fix inverted caching of unmatched URLs

#### 5.6.0 – 1st January 2026

 * Streamlined bundle size
 * Update for WP 6.9
 * Bump minimum PHP to 7.2

#### 5.5.2 – 16th February 2025

 * Fix saving of x-frame-options
 * Fix CPT loading
 * Fix last access date changing on update
 * Remove newsletter option

#### 5.5.1 – 24th November 2024

 * Fix problem with category pages and permalink migration
 * Don’t report invalid JSON import as successful
 * Exclude CPTs without URLs for monitoring
 * Update for WP 6.7

#### 5.5.0 – 10th August 2024

 * Multiple ‘URL and WP page type’ redirects will now work
 * Translations now use WP core

#### 5.4.2 – 27th January 2024

 * Remove Geo IP option (it may return)
 * Fix crash in agent info
 * Add new max-age header
 * Remove deprecated ini_set call
 * Don’t double encode URLs when checking

#### 5.4.1 – 5th January 2024

 * Fix problem with some international URLs not appearing in the 404 log

#### 5.4 – 1st January 2024

 * Don’t encode negative lookaheads
 * Remove port from server name
 * Importing into a disabled group now creates disabled items
 * Add option to pick IP header
 * Fix save of x-content-type-options: sniff
 * Fix save of multiple spaces

#### 5.3.10 – 2nd April 2023

 * Fix associated redirect setting not saving properly

#### 5.3.9 – 25th January 2023

 * Fix incorrect sanitization applied to target URLs

#### 5.3.8 – 22nd January 2023

 * Fix app rendering twice causing problems with upgrades
 * Fix CSV header being detected as an error

#### 5.3.7 – 8th January 2023

 * Fix problem with locales in certain directories
 * Fix incorrect import of empty CSV lines
 * Don’t encode regex for Nginx

#### 5.3.6 – 12th November 2022

 * Fix for sites with a version of +OK
 * Another fix for CZ locale

#### 5.3.5 – 6th November 2022

 * Fix crash on options page for Czech language

#### 5.3.4 – 14th September 2022

 * Fix query parameter name with a + not matching

#### 5.3.3 – 7th September 2022

 * Fix default HTTP header not being set when first used
 * Fix incorrect column heading in CSV
 * Fix passing of mixed case parameters

#### 5.3.2 – 6th August 2022

 * Fix missing props error
 * Fix missing value for .htaccess location display

#### 5.3.1 – 29th July 2022

 * Fix crash caused by bad translations in locale files
 * Fix query match not working when it contained mixed case
 * Fix missing flag in .htaccess export

#### 5.3.0 – 21st July 2022

 * Improve installation process
 * Improve permalink migration so it works with more permalinks
 * Prevent ordering columns by HTTP code
 * Better encode URLs in Nginx export
 * Allow escaped characters to work in the redirect checker
 * Reduce CSV import time

#### 5.2.3 – 6th February 2022

 * Fix error when grouping by URL, adding redirect, and then adding another redirect
 * Add a warning for unescaped ? regex

#### 5.2.2 – 22nd January 2022

 * Further improve URL checker response to clarify responsibility
 * Fix WordPress and pagetype match preventing the logging of 404s
 * Fix title field being inactive
 * Fix CSV export having duplicate column

#### 5.2.1 – 16th January 2022

 * Include path with inline URL checker

#### 5.2 – 15th January 2022

 * Improve URL checker and show more details
 * Retain query parameter case when passing to target URL
 * Remove unnecessary database stage option check
 * PHP 8.1 compatibility

#### 5.1.3 – 24th July 2021

 * Fix geo IP on log pages showing an API redirected error
 * Fix crash when changing match type in edit dialog

#### 5.1.2 – 17th July 2021

 * Fix random redirect not working
 * Fix [userid] shortcode returning 1

#### 5.1.1 – 11th April 2021

 * Revert the permalink migration improvement from 5.1 as it’s causing problems 
   on some sites

#### 5.1 – 10th April 2021

 * Add importer for PrettyLinks
 * Fix crash converting a ‘do nothing’ to ‘redirect to URL’
 * Improve warning messages
 * Improve permalink migration when is_404 is not set
 * Fix ‘delete log entries’ returning blank data
 * Fix missing .htaccess location
 * Fix hits & date not imported with JSON format

#### 5.0.1 – 26th Jan 2021

 * Fix incorrect warning when creating a regular expression with captured data
 * Fix JS error when upgrading a database with a broken REST API
 * Increase regular expression redirect limit
 * PHP8 support

#### 5.0 – 16th Jan 2021

 * Add caching support
 * Add support for migrated permalink structures
 * Add dynamic URL variables
 * Add fully automatic database upgrade option
 * Add a new version release information prompt
 * Improve performance when many redirects have the same path
 * Move bulk all action to a separate button after selecting all
 * Fix error in display with restricted capabilities
 * Avoid problems with 7G Firewall
 * Improve handling of invalid encoded characters

## Meta

 *  Versione **5.7.5**
 *  Ultimo aggiornamento **1 mese fa**
 *  Installazioni attive **2+ milioni**
 *  Versione WordPress ** 6.5 o superiore **
 *  Testato fino alla versione **6.9.4**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingue
 * [Chinese (China)](https://cn.wordpress.org/plugins/redirection/), [Czech](https://cs.wordpress.org/plugins/redirection/),
   [Dutch](https://nl.wordpress.org/plugins/redirection/), [English (Australia)](https://en-au.wordpress.org/plugins/redirection/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/redirection/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/redirection/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/redirection/), [English (UK)](https://en-gb.wordpress.org/plugins/redirection/),
   [English (US)](https://wordpress.org/plugins/redirection/), [Finnish](https://fi.wordpress.org/plugins/redirection/),
   [French (Canada)](https://fr-ca.wordpress.org/plugins/redirection/), [French (France)](https://fr.wordpress.org/plugins/redirection/),
   [Galician](https://gl.wordpress.org/plugins/redirection/), [German](https://de.wordpress.org/plugins/redirection/),
   [Italian](https://it.wordpress.org/plugins/redirection/), [Japanese](https://ja.wordpress.org/plugins/redirection/),
   [Korean](https://ko.wordpress.org/plugins/redirection/), [Persian](https://fa.wordpress.org/plugins/redirection/),
   [Polish](https://pl.wordpress.org/plugins/redirection/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/redirection/),
   [Romanian](https://ro.wordpress.org/plugins/redirection/), [Russian](https://ru.wordpress.org/plugins/redirection/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/redirection/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/redirection/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/redirection/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/redirection/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/redirection/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/redirection/),
   e [Swedish](https://sv.wordpress.org/plugins/redirection/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/redirection)
 * Tag
 * [301](https://it.wordpress.org/plugins/tags/301/)[404](https://it.wordpress.org/plugins/tags/404/)
   [Apache](https://it.wordpress.org/plugins/tags/apache/)[htaccess](https://it.wordpress.org/plugins/tags/htaccess/)
   [redirect](https://it.wordpress.org/plugins/tags/redirect/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/redirection/advanced/)

## Valutazioni

 4.4 su 5 stelle.

 *  [  552 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/redirection/reviews/?filter=5)
 *  [  33 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/redirection/reviews/?filter=4)
 *  [  14 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/redirection/reviews/?filter=3)
 *  [  20 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/redirection/reviews/?filter=2)
 *  [  73 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/redirection/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/redirection/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/redirection/reviews/)

## Collaboratori

 *   [ John Godley ](https://profiles.wordpress.org/johnny5/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?
Problemi risolti negli ultimi due mesi:

     16 su 31

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/redirection/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://redirection.me/donation/)