Images broken on SSL install

knowledge base and frequently asked questions
Post Reply
User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Images broken on SSL install

Post by leo » Wed Jun 13, 2012 5:55 am

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/');

Post Reply