I have had some problems with SSL, but reading through other posts i think my problem is i ahve installed my SSL cert after finishing the design of my website.
All the images i have made will not show up on https://
and i can't access my admin with out having to change http: to https: everytime i want to go to a new page in admin.
How can i get my images and basically my whole site to work within https://
I have also edited the files in includes config.php and admin includes config.php.
However according to the zen cart tutorial
https://www.zen-cart.com/tutorials/index.php?article=14
it says to change both files to the same like this:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
define('ENABLE_SSL', 'true');
However in the admin config file the last line is not the same. it shows:
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
Is this correct or should i replace the last two lines with;
define('ENABLE_SSL', 'true');
Thank you for any help in this, my website is screwed and i have no idea how to fix it
