Tema: http a https
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/06/2013, 15:05
rascabuchitos
 
Fecha de Ingreso: abril-2011
Ubicación: Peru
Mensajes: 486
Antigüedad: 13 años, 9 meses
Puntos: 9
Respuesta: http a https

solucion:
pegar esto dentro de tu archivo .htaccess

RewriteEngine on

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.webdeveloper.pe/$1 [R=301,L]