11/12/2013, 10:32
|
| | | Fecha de Ingreso: septiembre-2009
Mensajes: 389
Antigüedad: 15 años, 3 meses Puntos: 8 | |
Respuesta: Redireccion https en localhost Cita:
Iniciado por PHPeros Prueba este:
Código Apache:
Ver originalRewriteEngine On RewriteCond %{HTTPS} Off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
Saludos No hace nada |