Title: Easy HTTPS Redirection (SSL)
Author: mra13 / Team Tips and Tricks HQ
Published: <strong>30 de junio de 2014</strong>
Last modified: 30 de junio de 2026

---

Buscar plugins

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

![](https://ps.w.org/https-redirection/assets/icon-128x128.png?rev=1779143)

# Easy HTTPS Redirection (SSL)

 Por [mra13 / Team Tips and Tricks HQ](https://profiles.wordpress.org/mra13/)

[Descargar](https://downloads.wordpress.org/plugin/https-redirection.2.0.1.zip)

 * [Detalles](https://ve.wordpress.org/plugins/https-redirection/#description)
 * [Valoraciones](https://ve.wordpress.org/plugins/https-redirection/#reviews)
 *  [Instalación](https://ve.wordpress.org/plugins/https-redirection/#installation)
 * [Desarrollo](https://ve.wordpress.org/plugins/https-redirection/#developers)

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

## Descripción

#### Únicamente utilice este plugin si ha instalado un certificado SSL en su sitio y funciona correctamente.

Once you’ve installed an SSL certificate on your site, it’s important to ensure 
that your webpages are accessed via their secure HTTPS URLs.

To improve SEO and user security, you want search engines and visitors to always
use the HTTPS version of your pages. This plugin makes that easy by automatically
redirecting users to the HTTPS version whenever they try to access the non-HTTPS(
HTTP) version of a page.

### Example

Let’s say you want to ensure the following page is always accessed over HTTPS:

    ```
    https://www.example.com/checkout
    ```

If a visitor tries to access:

    ```
    http://www.example.com/checkout
    ```

The plugin will automatically redirect them to the secure version:

    ```
    https://www.example.com/checkout
    ```

This ensures that visitors always access the HTTPS version of your pages or site.

You can choose to automatically redirect your entire domain to HTTPS, or selectively
apply HTTPS redirection to specific pages.

### Videotutoriales

### Forzar la carga de archivos estáticos usando HTTPS

Si comenzó a usar SSL desde el primer día de su sitio, entonces todos sus archivos
estáticos ya están incrustados usando la URL HTTPS. No tendría ningún problema en
este caso.

Sin embargo, si tiene un sitio web existente donde tiene una gran cantidad de archivos
estáticos incrustados en sus publicaciones y páginas utilizando URLs NO-HTTPS, tendrá
que cambiarlos. De lo contrario, el navegador mostrará una advertencia SSL a sus
visitantes.

Este plugin tiene una opción que le permitirá forzar la carga de esos archivos estáticos
mediante URLs HTTPS de forma dinámica.

Esto ayudará a hacer tu página completamente compatible con SSL.

### Mixed Content Scanner & Database URL Fixer

After switching to HTTPS, your pages can still trigger browser «mixed content» warnings
if old HTTP URLs remain saved in your database (in post content, custom post types,
post meta, or WordPress options). This plugin includes a built-in scanner to find
and update those insecure URLs to their HTTPS version – no manual database editing
required.

Available from the **Mixed Contents** settings tab, the scanner lets you:

 * **Scan selected post types** – Choose exactly which post types to scan and update,
   including posts, pages, and any custom post types registered by your other plugins(
   products, orders, downloads, subscriptions, and more).
 * **Update other database tables** – Optionally include the WordPress options table
   in the scan.
 * **Include post meta** – Extend the scan to post meta for the selected post types.
 * **Choose your scan scope** – Run a quick «Scan Static Resources Only» pass, or
   a thorough «Scan All» to catch every non-HTTPS reference.

This makes cleaning up legacy HTTP links straightforward, helping you achieve a 
fully secure padlock with no mixed content errors.

### SSL Certificate Expiry Notification

This plugin includes a feature that allows you to receive email notifications when
your SSL certificate is about to expire. It helps ensure your website remains secure
and accessible over HTTPS.

You can configure the recipient email address and specify how many days in advance
the notification should be sent. By default, the notification is sent 7 days before
expiry, but you can adjust this to suit your preference.

This feature is especially useful for site owners who may not frequently check their
SSL status, or for those managing multiple websites. By receiving timely alerts,
you can renew your SSL certificate in advance and prevent potential downtime or 
security warnings.

### HTTP Strict Transport Security (HSTS) Support

Easy HTTPS Redirection includes built-in support for sending the HTTP Strict Transport
Security (HSTS) response header.

HSTS instructs compatible web browsers to automatically access your website over
HTTPS after a visitor has successfully visited your secure site. This helps strengthen
your site’s HTTPS enforcement and reduces the risk of users accidentally accessing
the HTTP version of your website.

The plugin allows you to:

 * Enable or disable the HSTS response header with a simple checkbox.
 * Configure the HSTS max-age value.
 * Apply the HSTS policy to all subdomains using the `includeSubDomains` directive.
 * Include the `preload` directive for sites that intend to submit their domain 
   to the browser HSTS preload list.

### Funcionalidades

 * Automatically redirect all HTTP traffic to HTTPS
 * Option to force HTTPS on the entire site
 * Option to selectively apply HTTPS redirection to specific pages
 * Helps search engines index the secure versions of your pages
 * Improves site security and user trust
 * Force load static files (images, js, css etc) using a HTTPS URL
 * Built-in mixed content scanner to find and update non-HTTPS URLs across post 
   content, post meta, custom post types, and WordPress options
 * SSL certificate expiry notification – Option to send SSL expiry notifications
   to a specific email address
 * Easily see which SSL certificates on your site are approaching their expiry date.
 * HTTP Strict Transport Security (HSTS) support with configurable max-age, includeSubDomains,
   and preload options.

Ver más detalles en la página del plugin [HTTPS Redirection](https://www.tipsandtricks-hq.com/wordpress-easy-https-redirection-plugin).

## Capturas

[⌊Página de ajustes del plugin⌉⌊Página de ajustes del plugin⌉[

Página de ajustes del plugin

[[

[[

[[

## Instalación

 1. Sube la carpeta `https-redirection` al directorio `/ wp-content/plugins/`.
 2. Activa el plugin desde el menú ‘Plugins’ de WordPress.
 3. The plugin settings can be found in the left-hand menu of the Admin Dashboard under‘
    Easy HTTPS & SSL’.

## Preguntas frecuentes

### ¿Qué hará el plugin con el archivo .htaccess existente?

Si el archivo existe, el plugin actualizará el archivo .htaccess existente.

### ¿Qué debo hacer si el archivo .htaccess no existe?

El plugin almacenará la configuración en la base de datos y agregará todas las condiciones
necesarias a la configuración de WordPress automáticamente.

### ¿Qué debo hacer si después de realizar cambios en el archivo .htaccess con la ayuda del plugin mi sitio deja de funcionar?

The.htaccess is located in the site root. With your FTP program or via cPanel go
to the site root, open the .htaccess file and delete the necessary strings manually.

Please make use of the following information: https://codex.wordpress.org/FTP_Clients

### ¿Cómo usar otros archivos de idiomas con HTTPS Redirection?

Aquí puedes ver un ejemplo de los archivos de lenguaje de Alemán.

 1. Para utilizar otro idioma para WordPress es necesario configurar la versión de 
    WP en el idioma requerido y en el archivo de configuración de wp – ` wp-config.
    php ` en la línea ` define ('WPLANG', ''); ` escribir ` define ('WPLANG', 'de_DE');`.
    Si todo está hecho correctamente, el panel de administración estará en Alemán.
 2. Asegúrate de que hay archivos ` de_DE.po ` y ` de_DE.mo ` en el plugin (la carpeta
    languages en la raíz del plugin).
 3. Si existen los archivos, será necesario copiar otros archivos de esta carpeta (
    p. ej. del idioma Ruso o Italiano) y cambiarles el nombre (debe escribir ` de_DE`
    en lugar de ` ru_RU ` en ambos archivos).
 4. The files are edited with the help of the program Poedit – https://poedit.net/download–
    please load this program, install it, open the file with the help of this program(
    the required language file) and for each line in English you should write translation
    in German.
 5. Si todo se ha hecho correctamente, todas las líneas estarán en Alemán en el panel
    de administración y en la portada.

## Reseñas

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

### 󠀁[Easy HTTPS Redirection (SSL) is an amazing plugin!](https://wordpress.org/support/topic/easy-https-redirection-ssl-is-an-amazing-plugin/)󠁿

 [dsl504t](https://profiles.wordpress.org/dsl504t/) 23 de febrero de 2025 1 respuesta

With just a few clicks, I was able to set up HTTPS redirection quickly without manually
editing any files. What I love the most is the automatic redirection feature that
modifies the .htaccess file, ensuring that all pages are securely redirected to 
HTTPS without errors. The interface is simple, the setup is quick, and it works 
flawlessly. If you’re looking for an efficient way to enforce HTTPS on your website,
this is definitely the best plugin to use! Huge thanks to the developers for creating
such a useful tool!

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

### 󠀁[It is requiring you to put your credit card info to activate.](https://wordpress.org/support/topic/it-is-requiring-you-to-put-your-credit-card-info-to-activate/)󠁿

 [uckunb](https://profiles.wordpress.org/uckunb/) 30 de julio de 2023 3 respuestas

Even if you use it for your personal blog, with no ads or sevices sold, and choose
to use the free version, Aksimet wants you to enter your full creddit card information.
This is ridicilous. Why would I register my credit card info if I choose the «no
payment» option? Edit: Sorry, I thought I commented to «Aksimet» plugin. Your plugin
is perfectly fine. You require no payments, thanks for the good plugin.  «Easy HTTPS
Redirection (SSL)» is a good plugin.

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

### 󠀁[simple](https://wordpress.org/support/topic/simple-551/)󠁿

 [zamaan](https://profiles.wordpress.org/zamaan/) 15 de mayo de 2023 1 respuesta

Very easy, no complicated configurations.

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

### 󠀁[Simple et efficace. Merci](https://wordpress.org/support/topic/simple-et-efficace-merci-5/)󠁿

 [zeubest](https://profiles.wordpress.org/zeubest/) 10 de febrero de 2023 1 respuesta

Simple et efficace. Merci

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

### 󠀁[Excellent, great](https://wordpress.org/support/topic/excellent-great-2/)󠁿

 [allangermano](https://profiles.wordpress.org/allangermano/) 7 de enero de 2022
1 respuesta

Easy to use plugin, simple to install, no registrations and works great with previous
versions of WP. Super indicate, Plugin Perfect

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

### 󠀁[Exellent !](https://wordpress.org/support/topic/exellent-125/)󠁿

 [lookerdz](https://profiles.wordpress.org/lookerdz/) 15 de julio de 2021 1 respuesta

Very usefull, thanks !

 [ Leer todas las 71 reseñas ](https://wordpress.org/support/plugin/https-redirection/reviews/)

## Colaboradores y desarrolladores

«Easy HTTPS Redirection (SSL)» es un software de código abierto. Las siguientes 
personas han colaborado con este plugin.

Colaboradores

 *   [ mra13 / Team Tips and Tricks HQ ](https://profiles.wordpress.org/mra13/)
 *   [ Ruhul ](https://profiles.wordpress.org/tips-and-tricks-hq/)

«Easy HTTPS Redirection (SSL)» ha sido traducido a 11 idiomas locales. Gracias a
[los traductores](https://translate.wordpress.org/projects/wp-plugins/https-redirection/contributors)
por sus contribuciones.

[Traduce «Easy HTTPS Redirection (SSL)» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/https-redirection)

### ¿Interesado en el desarrollo?

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

## Registro de cambios

#### v2.0.1

 * New feature: Mixed content scanner tool to find and update non-HTTPS URLs.
 * Added support for sending the HTTP Strict Transport Security (HSTS) response 
   header via the plugin settings.
 * WordPress 7 related UI fix.
 * Fixed a small PHP deprecation warning.

#### v2.0.0

 * The plugin has gone through significant updates and improvements in this version.
 * If you have any issues after you upgrade to this version, please roll back to
   the previous version and contact us for support.
 * Here is the download link for the previous version: https://downloads.wordpress.
   org/plugin/https-redirection.1.9.2.zip
 * The plugin now has it’s own admin menu labeled «Easy HTTPS & SSL».
 * Added a new option to send SSL expiry notifications to a specific email address.
 * Added a new option to specify how many days in advance the notification should
   be sent.
 * Added debug logging feature.
 * Updated the translation POT file.

#### v1.9.2

 * Added rule to handle sites that are sitting behind a reverse-proxy. Thanks to@
   canadiannaginata for pointing it out.

#### v1.9.1

 * Corrección de advertencia en WP 5.3 para la llamada a la función «add_submenu_page()».
   Gracias a @vfontj por señalar esto.

#### v1.9

 * La caché de WP Fastest Cache se vacía automáticamente cuando se cambian los ajustes
   de los plugins. Esto es para evitar la advertencias de «contenido mixto» de los
   navegadores.
 * Se ha arreglado un conflicto raro con WP Fastest Cache (gracias a emrevona).

#### v1.8

 * Aplicar la redirección HTTPS en todo el dominio será la opción seleccionada por
   defecto después de la instalación del plugin. Puedes cambiar esta opción cuando
   realmente vayas a activar esta característica.

#### v1.7

 * Las opciones adicionales son sólo accesibles cuando «Habilitar la redirección
   automática a «HTTPS» está activo.
 * https://www.yoursite.com/some-page será reemplazado con la dirección https del
   sitio actual indicada en la caja de ajustes de información.
 * Añadir recordatorio al usuario para vaciar la caché de plugins de optimización
   como W3 Total Cache o WP Super Cache.

#### v1.6

 * Mejora la característica «Forzar la carga de archivos estáticos usando HTTPS».
 * La redirección htaccess ahora se basa en SERVER_PORT (esto debería funcionar 
   en la mayoría de servidores).

#### v1.5

 * Compatible con WordPress 4.6

#### v1.4

 * Mejorada el área de ajustes para mostrar únicamente las opciones si la característica
   de Enlaces Permanentes está activa.

#### v1.3

 * Actualizadas las reglas htaccess para una que la redicción HTTPS sea más robusta
   para prevenir errores en determinados servidores.

#### v1.2

 * Añadida una nueva opción para forzar automáticamente la carga de archivos estáticos
   usando la URL HTTPS.

#### v1.1

 * Arreglado un fallo en la página de ajustes

#### v1.0

 * Primer commit en el repositorio de WordPress

## Meta

 *  Version **2.0.1**
 *  Last updated **hace 3 semanas**
 *  Active installations **100.000+**
 *  WordPress version ** 6.5 o superior **
 *  Tested up to **7.0.2**
 *  Languages
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/https-redirection/), [Dutch](https://nl.wordpress.org/plugins/https-redirection/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/https-redirection/), [English (UK)](https://en-gb.wordpress.org/plugins/https-redirection/),
   [English (US)](https://wordpress.org/plugins/https-redirection/), [French (France)](https://fr.wordpress.org/plugins/https-redirection/),
   [Galician](https://gl.wordpress.org/plugins/https-redirection/), [Russian](https://ru.wordpress.org/plugins/https-redirection/),
   [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/https-redirection/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/https-redirection/), [Spanish (Spain)](https://es.wordpress.org/plugins/https-redirection/)
   y [Spanish (Venezuela)](https://ve.wordpress.org/plugins/https-redirection/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/https-redirection)
 * Tags
 * [force ssl](https://ve.wordpress.org/plugins/tags/force-ssl/)[https](https://ve.wordpress.org/plugins/tags/https/)
   [insecure content](https://ve.wordpress.org/plugins/tags/insecure-content/)[redirection](https://ve.wordpress.org/plugins/tags/redirection/)
   [ssl](https://ve.wordpress.org/plugins/tags/ssl/)
 *  [Vista avanzada](https://ve.wordpress.org/plugins/https-redirection/advanced/)

## Valoraciones

 4.2 out of 5 stars.

 *  [  54 5-star reviews     ](https://wordpress.org/support/plugin/https-redirection/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/https-redirection/reviews/?filter=4)
 *  [  4 3-star reviews     ](https://wordpress.org/support/plugin/https-redirection/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/https-redirection/reviews/?filter=2)
 *  [  11 1-star reviews     ](https://wordpress.org/support/plugin/https-redirection/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/https-redirection/reviews/)

## Colaboradores

 *   [ mra13 / Team Tips and Tricks HQ ](https://profiles.wordpress.org/mra13/)
 *   [ Ruhul ](https://profiles.wordpress.org/tips-and-tricks-hq/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

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

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://www.tipsandtricks-hq.com/development-center)