Last night I had an SSL Certificate installed on my server, now there seems to be a problem with images showing up. Please refer to the following two links as an example.
http://towerbeverage.com
https://towerbeverage.com
Can anyone please point me in the right direction to resolve this.
Here are the first 20 lines of my config.php:
Thank you.Code:<?php /** * @package Configuration Settings circa 1.3.9 * @copyright Copyright 2003-2010 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * File Built by zc_install on 2010-10-05 04:49:23 */ /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/ /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/ // 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://towerbeverage.com'); define('HTTPS_SERVER', 'https://towerbeverage.com'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true');


Reply With Quote

