Para redireccionar del http a https:
Deben copiar el TEXTO de las 3 lineas en su archivo .htaccess :RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Si tienes WordPress preguntanos como hacerlo.
