
Originally Posted by
Badvoc
I checked both those files for any instances of src="http:// last night and didn't find any, perhaps my sleepy eyes have let me down... or is it not just "src=" lines that I need to look at?
Thanks :)
Not sure what you tried to do, but these are php files and you need to change some of the the DEFINE settings.
You should be looking for the following:-
PHP Code:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.YOUR-DOMAIN-HERE');
define('HTTPS_SERVER', 'https://YOUR-PATH-TO-SECURE-WEBSERVER-HERE');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');