Jump to content
xt:Commerce Community Forum

Ssl


famschmid

Recommended Posts

einfach in includes/configure.php

 define('HTTPS_SERVER', 'https://www.domain.de'); // eg, https://localhost - should not be empty for productive servers

 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
und in admin/includes/configure.php
 define('HTTPS_CATALOG_SERVER', 'https://www.domain.de');

 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

dann sollte es klappen ;-)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...