Title: Safe Redirect Manager
Author: 10up
Published: <strong>27 de Agosto de  2012</strong>
Last modified: 4 de Enero de  2026

---

Buscar plugins

![](https://ps.w.org/safe-redirect-manager/assets/banner-772x250.png?rev=2431073)

![](https://ps.w.org/safe-redirect-manager/assets/icon.svg?rev=2791413)

# Safe Redirect Manager

 Por [10up](https://profiles.wordpress.org/10up/)

[Descargar](https://downloads.wordpress.org/plugin/safe-redirect-manager.2.2.2.zip)

[Vista previa](https://cl.wordpress.org/plugins/safe-redirect-manager/?preview=1)

 * [Detalles](https://cl.wordpress.org/plugins/safe-redirect-manager/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/safe-redirect-manager/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/safe-redirect-manager/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/safe-redirect-manager/#developers)

 [Soporte](https://wordpress.org/support/plugin/safe-redirect-manager/)

## Descripción

Safely manage your site’s redirects the WordPress way. There are many redirect plugins
available. Most of them store redirects in the options table or in custom tables.
Most of them provide tons of unnecessary options. Some of them have serious performance
implications (404 error logging). Safe Redirect Manager stores redirects as Custom
Post Types. This makes your data portable and your website scalable. Safe Redirect
Manager is built to handle enterprise level traffic and is used on major publishing
websites. The plugin comes with only what you need following the WordPress mantra,
decisions not options. Actions and filters make the plugin very extensible.

[Fork the plugin on GitHub.](https://github.com/10up/safe-redirect-manager)

### Configuration

There are no overarching settings for this plugin. To manage redirects, navigate
to the administration panel (“Tools” > “Safe Redirect Manager”).

Each redirect contains a few fields that you can utilize:

### “Redirect From”

This should be a path relative to the root of your WordPress installation. When 
someone visits your site with a path that matches this one, a redirect will occur.
If your site is located at `http://example.com/wp/` and you wanted to redirect `
http://example.com/wp/about` to `http://example.com`, your “Redirect From” would
be `/about`.

Clicking the “Enable Regex” checkbox allows you to use regular expressions in your
path. There are many [great tutorials](http://www.regular-expressions.info) on regular
expressions.

You can also use wildcards in your “Redirect From” paths. By adding an `*` at the
end of a URL, your redirect will match any request that starts with your “Redirect
From”. Wildcards support replacements. This means if you have a wildcard in your
from path that matches a string, you can have that string replace a wildcard character
in your “Redirect To” path. For example, if your “Redirect From” is `/test/*`, your“
Redirect To” is `http://google.com/*`, and the requested path is `/test/string`,
the user would be redirect to `http://google.com/string`.

### “Redirect To”

This should be a path (i.e. `/test`) or a URL (i.e. `http://example.com/wp/test`).
If a requested path matches “Redirect From”, they will be redirected here. “Redirect
To” supports wildcard and regular expression replacements.

### “HTTP Status Code”

[HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) are 
numbers that contain information about a request (i.e. whether it was successful,
unauthorized, not found, etc). You should almost always use either 302 (temporarily
moved) or 301 (permanently moved).

_Note:_

 * Redirects are cached using the Transients API. Cache busts occur when redirects
   are added, updated, and deleted so you shouldn’t be serving stale redirects.
 * By default the plugin only allows at most 1000 redirects to prevent performance
   issues. There is a filter `srm_max_redirects` that you can utilize to up this
   number.
 * “Redirect From” and requested paths are case insensitive by default.
 * Developers can use `srm_additional_status_codes` filter to add status codes if
   needed.
 * Rules set with 403 and 410 status codes are handled by applying the HTTP status
   code and render the default WordPress `wp_die` screen with an optional message.
 * Rules set with a 404 status code will apply the status code and render the 404
   template.
 * Browsers heavily cache 301 (permanently moved) redirects. It’s recommended to
   test your permanent redirects using the 302 (temporarily moved) status code before
   changing them to 301 permanently moved.

### Developer Documentation

Safe Redirect Manager includes a number of actions and filters developers can make
use of. These are documented on the [Safe Redirect Manager developer documentation](http://10up.github.io/safe-redirect-manager/)
micro-site.

## Capturas de pantalla

 * [[
 * List of Redirect rules under Tools > Safe Redirect Manager
 * [[
 * Edit view of a Redirect rule
 * [[
 * Bulk Edit view of multiple Redirect rules
 * [[
 * Bulk Edit to enable Force HTTPs

## Instalación

Install the plugin in WordPress. You can download a [zip via GitHub](https://github.com/10up/safe-redirect-manager/archive/trunk.zip)
and upload it using the WordPress plugin uploader (“Plugins” > “Add New” > “Upload
Plugin”).

## Reseñas

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

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-7266/)󠁿

 [Skrlance](https://profiles.wordpress.org/seanlance/) 30 de Octubre de 2024 1 respuesta

I was looking for Yoast Redirect alternative that would work to redirect query strings
URLs shown in the Search Console. I am amazed to see that it does the work while
no other plugin I tried was able to do it. So, this plugin is awesome!!

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

### 󠀁[Instalación irreversible](https://wordpress.org/support/topic/instalacion-irreversible/)󠁿

 [Enrachas](https://profiles.wordpress.org/enrachas/) 7 de Marzo de 2024 5 respuestas

Perdón. Ha sido un error por mi parte. Sí aparece en la lista de plugins, solo que
como aparecía con el nombre en español: “Administrador de redirecciones seguras”
no lo encontraba en la lista por “Safe Redirection Manager”. Disculpas de nuevo.

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

### 󠀁[Very good plugin](https://wordpress.org/support/topic/very-good-plugin-2781/)󠁿

 [webmasterscr](https://profiles.wordpress.org/webmasterscr/) 5 de Enero de 2024
1 respuesta

Excellent for those who are not familiar with URL redirections in .htaccess

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

### 󠀁[Não funciona](https://wordpress.org/support/topic/nao-funciona-74/)󠁿

 [reginaldoornellas](https://profiles.wordpress.org/reginaldoornellas/) 21 de Diciembre
de 2023 1 respuesta

Simplesmente não funciona. Embora tenha o aviso que tem conflito com o All In one
SEO, o AIO tem a ferramenta de redirecionamento somente na versão PRO, e é desativada
na versão gratuíta (que eu uso). Porém, mesmo assim, instalando o Safe Redirect 
Manager não é criado o menu “Ferramentas” > “Safe Redirect Manager”, e portanto 
simplesmente não tem como acessar a página de configuração do plugin.

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

### 󠀁[Not working with WPML](https://wordpress.org/support/topic/not-working-with-wpml-36/)󠁿

 [scanbike](https://profiles.wordpress.org/scanbike/) 8 de Diciembre de 2023 1 respuesta

Working ok with your basic language- but not with your sup language. So useless 
if you use WPML

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

### 󠀁[it’s Free But it support wild card](https://wordpress.org/support/topic/its-free-but-it-support-wild-card/)󠁿

 [yourfather](https://profiles.wordpress.org/yourfather/) 8 de Mayo de 2022 1 respuesta

Great! wildcard is wonderful

 [ Leer los 78 comentarios ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/)

## Colaboradores & Desarrolladores

“Safe Redirect Manager” es software de código abierto. Las siguientes personas han
contribuido a este plugin.

Colaboradores

 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Taylor Lovett ](https://profiles.wordpress.org/tlovett1/)
 *   [ Zack Tollman ](https://profiles.wordpress.org/tollmanz/)
 *   [ Taylor Dewey ](https://profiles.wordpress.org/taylorde/)
 *   [ Jake Goldman ](https://profiles.wordpress.org/jakemgold/)
 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

“Safe Redirect Manager” ha sido traducido en 7 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/safe-redirect-manager/contributors)
por sus contribuciones.

[Traduce “Safe Redirect Manager” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/safe-redirect-manager)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/safe-redirect-manager/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/safe-redirect-manager/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/safe-redirect-manager/)
por [RSS](https://plugins.trac.wordpress.org/log/safe-redirect-manager/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 2.2.2 – 2025-02-05

 * **Added:** Add author ID as a new, optional argument to the `srm_create_redirect`
   function. If passed, will associate this author ID to the newly created redirect(
   props [@norcross](https://github.com/norcross), [@dkotter](https://github.com/dkotter)
   via [#408](https://github.com/10up/safe-redirect-manager/pull/408)).
 * **Fixed:** Fix a few typos (props [@szepeviktor](https://github.com/szepeviktor),
   [@jeffpaul](https://github.com/jeffpaul) via [#407](https://github.com/10up/safe-redirect-manager/pull/407)).

#### 2.2.1 – 2024-11-13

 * **Changed:** Bump WordPress “tested up to” version 6.7 (props [@sudip-md](https://github.com/sudip-md),
   [@jeffpaul](https://github.com/jeffpaul), [@mehidi258](https://github.com/mehidi258)
   via [#403](https://github.com/10up/safe-redirect-manager/pull/403)).
 * **Changed:** Bump WordPress minimum supported version to 6.5 (props [@sudip-md](https://github.com/sudip-md),
   [@jeffpaul](https://github.com/jeffpaul), [@mehidi258](https://github.com/mehidi258)
   via [#403](https://github.com/10up/safe-redirect-manager/pull/403)).
 * **Fixed:** Prevent undefined property warnings when searching redirects (props
   [@chermant](https://github.com/chermant), [@Sidsector9](https://github.com/Sidsector9),
   [@peterwilsoncc](https://github.com/peterwilsoncc) via [#400](https://github.com/10up/safe-redirect-manager/pull/400)).
 * **Fixed:** Ensure the add new button shows proper text (props [[@dkotter](https://github.com/dkotter),
   [@jeffpaul](https://github.com/jeffpaul) via [#404](https://github.com/10up/safe-redirect-manager/pull/404)).

#### 2.2.0 – 2024-09-19

 * **Added:** Option to Quick Edit and Bulk Edit redirect’s https status and force
   https meta (props [@dhanendran](https://github.com/dhanendran), [@ravinderk](https://github.com/ravinderk),
   [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter),
   [@qasumitbagthariya](https://github.com/qasumitbagthariya), [@mehul0810](https://github.com/mehul0810),
   [@espellcaste](https://github.com/espellcaste) via [#350](https://github.com/10up/safe-redirect-manager/pull/350)).
 * **Added:** Screenshots for WP.org plugin page (props [@faisal-alvi](https://github.com/faisal-alvi),
   [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh)
   via [#394](https://github.com/10up/safe-redirect-manager/pull/394)).
 * **Changed:** Bump WordPress “tested up to” version 6.6 (props [@ankitguptaindia](https://github.com/ankitguptaindia),
   [@sudip-md](https://github.com/sudip-md) via [#386](https://github.com/10up/safe-redirect-manager/pull/386)).
 * **Changed:** Bump WordPress minimum supported version from 6.3 to 6.4 (props 
   [@ankitguptaindia](https://github.com/ankitguptaindia), [@sudip-md](https://github.com/sudip-md)
   via [#386](https://github.com/10up/safe-redirect-manager/pull/386)).
 * **Changed:** Update documentation (props [@szepeviktor](https://github.com/szepeviktor),
   [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh),
   [@dkotter](https://github.com/dkotter) via [#384](https://github.com/10up/safe-redirect-manager/pull/384),
   [#388](https://github.com/10up/safe-redirect-manager/pull/388), [#391](https://github.com/10up/safe-redirect-manager/pull/391)).
 * **Fixed:** Allows use of full URLs as redirect targets when using absolute URLs(
   props [@benlk](https://github.com/benlk), [@peterwilsoncc](https://github.com/peterwilsoncc)
   via [#395](https://github.com/10up/safe-redirect-manager/pull/395)).
 * **Security:** Bump `braces` from 3.0.2 to 3.0.3 (props [@dependabot](https://github.com/apps/dependabot),
   [@faisal-alvi](https://github.com/faisal-alvi) via [#383](https://github.com/10up/safe-redirect-manager/pull/383)).
 * **Security:** Bump `jsdoc` from 3.6.11 to 4.0.3 (props [@dependabot](https://github.com/apps/dependabot),
   [@faisal-alvi](https://github.com/faisal-alvi) via [#383](https://github.com/10up/safe-redirect-manager/pull/383)).

#### 2.1.2 – 2024-06-19

 * **Added:** Provide example for modifying the default redirect status code (props
   [@peterwilsoncc](https://github.com/peterwilsoncc), [@jeffpaul](https://github.com/jeffpaul),
   [@JosVelasco](https://github.com/JosVelasco), [@dkotter](https://github.com/dkotter)
   via [#365](https://github.com/10up/safe-redirect-manager/pull/365)).
 * **Added:** “Testing” section in the “CONTRIBUTING.md” file (props [@kmgalanakis](https://github.com/kmgalanakis),
   [@jeffpaul](https://github.com/jeffpaul) via [#379](https://github.com/10up/safe-redirect-manager/pull/379)).
 * **Changed:** Improved reference to the postmeta table for better WordPress compatibility(
   props [@ogorzalka](https://github.com/ogorzalka), [@Sidsector9](https://github.com/Sidsector9)
   via [#361](https://github.com/10up/safe-redirect-manager/pull/361)).
 * **Changed:** Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9),
   [@dkotter](https://github.com/dkotter) via [#363](https://github.com/10up/safe-redirect-manager/pull/363)).
 * **Changed:** Warning message to error message after loops are detected (props
   [@aaemnnosttv](https://github.com/aaemnnosttv), [@Sidsector9](https://github.com/Sidsector9),
   [@BhargavBhandari90](https://github.com/BhargavBhandari90) via [#368](https://github.com/10up/safe-redirect-manager/pull/368)).
 * **Changed:** Disabled auto sync pull requests with target branch (props [@iamdharmesh](https://github.com/iamdharmesh),
   [@jeffpaul](https://github.com/jeffpaul) via [#371](https://github.com/10up/safe-redirect-manager/pull/371)).
 * **Changed:** Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response)
   with [actions/stale](https://github.com/actions/stale) to help with closing no-
   response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)
   via [#373](https://github.com/10up/safe-redirect-manager/pull/373)).
 * **Changed:** Upgrade the `download-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh),
   [@jeffpaul](https://github.com/jeffpaul) via [#372](https://github.com/10up/safe-redirect-manager/pull/372)).
 * **Changed:** Bump WordPress “tested up to” version 6.5 (props [@sudip-md](https://github.com/sudip-md),
   [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)
   via [#376](https://github.com/10up/safe-redirect-manager/pull/376)).
 * **Changed:** Bump WordPress minimum from 5.7 to 6.3 (props [@sudip-md](https://github.com/sudip-md),
   [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)
   via [#376](https://github.com/10up/safe-redirect-manager/pull/376)).
 * **Changed:** URL validation check on “input” event for “Redirect From” field (
   props [@peterwilsoncc](https://github.com/peterwilsoncc), [@BhargavBhandari90](https://github.com/BhargavBhandari90),
   [@Sidsector9](https://github.com/Sidsector9) via [#369](https://github.com/10up/safe-redirect-manager/pull/369)).
 * **Fixed:** PHP warning when running the “wp safe-redirect-manager list” CLI command(
   props [@planetahuevo](https://github.com/planetahuevo), [@kmgalanakis](https://github.com/kmgalanakis),
   [@dkotter](https://github.com/dkotter) via [#378](https://github.com/10up/safe-redirect-manager/pull/378)).

#### 2.1.1 – 2024-01-08

 * **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter),
   [@jeffpaul](https://github.com/jeffpaul) via [#357](https://github.com/10up/safe-redirect-manager/pull/357)).
 * **Added:** `phpcs:ignore` on the now safe `ini_set()` (props [@philipjohn](https://github.com/philipjohn),
   [@ravinderk](https://github.com/ravinderk) via [#355](https://github.com/10up/safe-redirect-manager/pull/355)).
 * **Changed:** Bump `Cypress` from 13.0.0 to 13.1.0, `@10up/cypress-wp-utils` from
   0.1.0 to 0.2.0, `@wordpress/env` from 5.3.0 to 8.7.0, `cypress-mochawesome-reporter`
   from 3.4.0 to 3.5.1 and `node-wp-i18n` from 1.2.5 to 1.2.7 (props [@iamdharmesh](https://github.com/iamdharmesh),
   [@ravinderk](https://github.com/ravinderk) via [#349](https://github.com/10up/safe-redirect-manager/pull/349)).
 * **Changed:** Bump WordPress “tested up to” version 6.4 (props [@qasumitbagthariya](https://github.com/qasumitbagthariya),
   [@jeffpaul](https://github.com/jeffpaul) via [#353](https://github.com/10up/safe-redirect-manager/pull/353),
   [#354](https://github.com/10up/safe-redirect-manager/pull/354)).
 * **Changed:** Validate and sanitize a superglobal before using it (props [@jspellman814](https://github.com/jspellman814),
   [@ravinderk](https://github.com/ravinderk) via [#356](https://github.com/10up/safe-redirect-manager/pull/356)).
 * **Fixed:** Ensure text can be translated (props [@alexclassroom](https://github.com/alexclassroom),
   [@iamdharmesh](https://github.com/iamdharmesh) via [#351](https://github.com/10up/safe-redirect-manager/pull/351)).

#### Earlier versions

For the changelog of earlier versions, please refer to [the changelog on github.com](https://github.com/10up/safe-redirect-manager/blob/develop/CHANGELOG.md).

## Plugin de la comunidad

Este plugin está desarrollado y recibe soporte de una comunidad. [Contribuir a este plugin](https://github.com/10up/safe-redirect-manager)

## Meta

 *  Versión **2.2.2**
 *  Última actualización **hace 3 meses**
 *  Instalaciones activas **40,000+**
 *  Versión de WordPress ** 6.5 o superior **
 *  Probado hasta **6.9.4**
 *  Versión de PHP ** 7.4 o superior **
 *  Idiomas
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/safe-redirect-manager/), 
   [English (US)](https://wordpress.org/plugins/safe-redirect-manager/), [French (France)](https://fr.wordpress.org/plugins/safe-redirect-manager/),
   [German](https://de.wordpress.org/plugins/safe-redirect-manager/), [Japanese](https://ja.wordpress.org/plugins/safe-redirect-manager/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/safe-redirect-manager/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/safe-redirect-manager/), y
   [Swedish](https://sv.wordpress.org/plugins/safe-redirect-manager/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/safe-redirect-manager)
 * Etiquetas
 * [redirect manager](https://cl.wordpress.org/plugins/tags/redirect-manager/)[URL Redirection](https://cl.wordpress.org/plugins/tags/url-redirection/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/safe-redirect-manager/advanced/)

## Calificaciones

 4.7 de 5 estrellas.

 *  [  68 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/?filter=5)
 *  [  2 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/?filter=4)
 *  [  2 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/?filter=3)
 *  [  3 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/?filter=2)
 *  [  3 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/?filter=1)

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

[Ver todas las reseñas](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/)

## Colaboradores

 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Taylor Lovett ](https://profiles.wordpress.org/tlovett1/)
 *   [ Zack Tollman ](https://profiles.wordpress.org/tollmanz/)
 *   [ Taylor Dewey ](https://profiles.wordpress.org/taylorde/)
 *   [ Jake Goldman ](https://profiles.wordpress.org/jakemgold/)
 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

## Soporte

Problemas resueltos en los últimos dos meses:

     1 de 1

 [Ver el foro de soporte](https://wordpress.org/support/plugin/safe-redirect-manager/)