Hello,
I have followed the instructions on setting includes/configure.php and admin/includes/configure.php to define https as follows (in the order as above)
andCode:define('HTTP_SERVER', 'http://www.URL.co.za'); define('HTTPS_SERVER', 'https://www.URL.co.za'); define('ENABLE_SSL', 'true');// Use secure webserver for checkout procedure?
The problem is that when visiting the site via https, none of the images/links within the site are performing as 'https' and all remain http.Code:define('HTTP_SERVER', 'http://www.URL.co.za'); define('HTTPS_SERVER', 'https://www.URL.co.za'); define('HTTP_CATALOG_SERVER', 'http://www.URL.co.za'); define('HTTPS_CATALOG_SERVER', 'https://www.URL.co.za'); // Use secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true');
Perhaps because Zencart is running from a directory that this problem is occuring? e.g. http://www.URL.co.za/folder/
Any assistance would be great.
Thank you



