Page 1 of 1

Images broken on SSL install

Posted: Wed Jun 13, 2012 5:55 am
by leo
Set the SSL path in config.php.
So,

Code: Select all

define('HTTPS_BASE', '');
must be filled in.
E.g.

Code: Select all

define('HTTPS_BASE', 'https://yourdomain/shop/');