Live Chat Software by Kayako |
Noticias
Apr 23 |
Redireccionar http a https certificado SSL
Publicado por Operador Nosolored el 23/04/2018 09:30 AM |
Para poder redireccionar sus peticiones http a https con su nuevo certificado SSL (https) incluya el siguiente código en su fichero .htaccess: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] | |