hello,
I'd like my store to run with SSL.
Can anyone look at this and tell me what I should write in the green area?
What is meant with : YOUR_SECURE_SERVER.net
Change includes/configure.php and admin/includes/configure.php to:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SHOP.YOUR_SECURE_SERVER.net');
define('ENABLE_SSL', 'true');



