I have my site set up and I believe the config file to be correct, but I still get a partial encryption error on my store. I am not using Google Analytics. I have looked at the media info under firefox and it shows that all the linked images are coming through as from the https side. I am hosted on a unix box. When I am on the admin portion, everything works fine. Is there something that is wrong with my template files that could do this?
here is the basics of my config.
define('HTTP_SERVER', 'http://www.mysite.com');
define('HTTPS_SERVER', 'https://www. mysite.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');
Bookmarks