Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

213
Vistas
wordpress Https always is redirect to http

I have a website hosted on aws lighsail server, which use the bitnami wordpress. I just install ssl certificate on the apache2, then every time I go to the HTTPS home page, then I am always redirected to http.

HomePage

but if I login Manage Login Page, then it works.

I think this is a setup issue on the wordpress side instead on the apache side.

Can anyone give me some help to figure out the issue.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

to do this you have to set up your server to force https connection, after you have installed ssl certificate. Sometimes, in the same page of ssl certificate there is an option to force https. You can contact your hosting. In alternative, you can force https by editing .htaccess file in your website root (by code editor of your hosting or via ftp). You have to add this code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.yoursite.com [NC]
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [L,R=301,NC]

Another alternative is the installation of the plugin Really Simple SSL, but I don’t like this option for future updates.

I hope this answer is helpful :)

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda