Zen Cart Logo
Forums / General Questions / Images Not Showing After SSL

Images Not Showing After SSL

Views: 1,472

Results 1 to 4 of 4
23 Apr 2011, 8:07 PM
#1
dagoon avatar

dagoon

New Zenner

Join Date:
Oct 2009
Posts:
7
Plugin Contributions:
0

Images Not Showing After SSL

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:

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

Thank you.

24 Apr 2011, 5:09 AM
#3
dagoon avatar

dagoon

New Zenner

Join Date:
Oct 2009
Posts:
7
Plugin Contributions:
0

Re: Images Not Showing After SSL

I have resolve the issue by adding the following to my "Hotlink Protection":

https://www.towerbeverage.com

24 Apr 2011, 2:14 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Images Not Showing After SSL

Thanks for the update on how you were able to fix this ... :smile: