¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

CONFIGURAR PROTECCION SSL EN ZENCART

Ir abajo

CONFIGURAR PROTECCION SSL EN ZENCART Empty CONFIGURAR PROTECCION SSL EN ZENCART

Mensaje por MERVIR Vie Mar 20, 2009 1:27 pm

El procedimiento puede variar dependiendo del certificado en si. Lo más usual es modificar estos ficheros a manos:

includes/ configure.php
admin/ includes/ configure.php

Es importante recordar que NO hay que usar word ni otros tipos de editores estandares ya que insertan codigos adicionales. Usad uno tipo notepad para editar.

Para que los cambios aplicados al instalar el certificado sean efectivos lo caliza el siguiente codigo en tu certificado

[table:272e style="border: 1px solid rgb(220, 221, 227); background-color: rgb(244, 245, 252); font-family: courier new; font-size: 10pt;" width="100%" border="0" cellpadding="5" cellspacing="0"] [tr] [td]// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.TU DOMINIO.com');
define('HTTPS_SERVER', 'https://(www.)TU DOMINIO.com');
define('ENABLE_SSL', false); // secure webserver for checkout procedure?[/td] [/tr] [/table]

Cambia tu dominio por el nombre real.
Abre los ficheros

includes/configure.php and
admin/includes/configure.php

y cambialos siguiente

[table:272e style="border: 1px solid rgb(220, 221, 227); background-color: rgb(244, 245, 252); font-family: courier new; font-size: 9pt;" width="100%" border="0" cellpadding="5" cellspacing="0"] [tr] [td]// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.TU TIENDA.com');
define('HTTPS_SERVER', 'https://server.IP.address.here/~TU USUARIO');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?[/td] [/tr] [/table]


Deshabilita SSL
Localiza en tus ficheros


includes/configure.php
admin/includes/configure.php
este codigo

[table:272e style="border: 1px solid rgb(220, 221, 227); background-color: rgb(244, 245, 252); font-family: courier new; font-size: 9pt;" width="100%" border="0" cellpadding="5" cellspacing="0"] [tr] [td]// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.TU TIENDA.com');
define('HTTPS_SERVER', 'https://www.TU TIENDA.com');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?[/td] [/tr] [/table]

y cambia la palabra true por false.

Esto es suficiente para encriptar tu tienda
MERVIR
MERVIR
ZENNER
ZENNER

Cantidad de envíos : 695
Inscripción : 13/03/2009
Localización : Barcelona (España)

http://mervir.com/

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.