DrByte:
What do you mean by "it would not work the way you suggested"?
What do you mean by "it would not work"?
kobra:
Make your links to them "relative"
change these & any others
<img src="http://www.bodykitsonline.co.uk/includes/templates/custom/images/cart_top.jpg"
<img src="http://www.bodykitsonline.co.uk/includes/templates/custom/images/button_view.jpg"
<img src="http://www.bodykitsonline.co.uk/includes/templates/custom/images/button_checkout.jpg"
> To:
> ```
<img src="includes/templates/custom/images/cart_top.jpg"
<img src="includes/templates/custom/images/button_view.jpg"
<img src="includes/templates/custom/images/button_checkout.jpg"
I made my image links relitave and they would not show up because of the SSL. My main page gets opened as (https:) after you either use the login box add on or the contest add on. I believe the problem arrises because I am using a shared SSL certificate which has a diferent URL than the store in the config file.
define('HTTP_SERVER', 'http://MyDomainName.com');
define('HTTPS_SERVER', 'https://Name.Server.com/NameServerUsername');
define('DIR_WS_CATALOG', '/CelebrityStore/');
define('DIR_WS_HTTPS_CATALOG', '/CelebrityStore/');
Sorry, But I do not want to post my servers information in a public forum.