Harleypete40 Posted September 22, 2005 Posted September 22, 2005 Hi, I have got this weird problem on my site. I have uploaded all the images in the right places but they are not showing up because of the following: Upload to folder: http://www.music4showbiz.com/catalogue/images/ ...jpg or ...gif but they don't show because if I right-click on the image and go to "properties", they show as: httpS://www.music4showbiz.com/catalogue/images/...jpg or ...gif Can anyone help me out here please, as I am about to start promoting the site on various websites. Thanks and best regards Peter
♥Vger Posted September 22, 2005 Posted September 22, 2005 The first thing is - you don't have a full ssl certificate - so you need to set enable_ssl to false in both of your configure.php files. Then leave these entries blank: define('HTTPS_SERVER', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTPS_CATALOG', ''); Also make sure that this line is listed as below: define('HTTP_SERVER', 'http://www.music4showbiz.com'); Vger
Harleypete40 Posted September 22, 2005 Author Posted September 22, 2005 Hi, Thanks for the help. On the offchance of sounding stupid (I am new to OS Commerce lol) Where do I find the second configure php? I found one in INCLUDES, but caqnt seem to find the second one?? Thanks again and best regards. Peter
kalle Posted September 22, 2005 Posted September 22, 2005 Hi,Thanks for the help. On the offchance of sounding stupid (I am new to OS Commerce lol) Where do I find the second configure php? I found one in INCLUDES, but caqnt seem to find the second one?? Thanks again and best regards. Peter <{POST_SNAPBACK}> There are two configure.php files, the first one is: includes/configure.php ..while the second is: admin/includes/configure.php Cheers, Kalle!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.