Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Upgrade 1.3.8a > 1.3.9h. Lost https images

Upgrade 1.3.8a > 1.3.9h. Lost https images

Views: 684

Results 1 to 2 of 2
2 Oct 2011, 10:17 PM
#1
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Upgrade 1.3.8a > 1.3.9h. Lost https images

Upgrade 1.3.8a > 1.3.9h. Lost https images - rest of page loads fine... Whats weird is When calling the image directly from https I can see them!: . I have checked my config files and have this in admin/includes/config

define('HTTP_SERVER', 'http://myserver.com');

define('HTTPS_SERVER', 'https://myserver.com');

define('HTTP_CATALOG_SERVER', 'http://myserver.com');

define('HTTPS_CATALOG_SERVER', 'https://myserver.com');

Cert is reg to myserver.com not https://www.myserver.com so should be ok....

2 Oct 2011, 10:42 PM
#2
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Re: Upgrade 1.3.8a > 1.3.9h. Lost https images

Got it. We use Cpanels Hotlink protection. We did not have the https counterparts in for our doman. For some reason 1.3.8 this was not a problem but for 1.3.9h is was. I added the https domain to the list and Voila.... all better.