Hi,
I have 2 stores on two different servers. One (MS2.2)works works fine with https and I am trying to set up the other (latest MAX) also to work with the other server's https.
I have the correct paths as I have checked with host support and I am sure I have made the same changes in both catalog and admin config.php files that are in the shop that works.
What is happening..
I get to the site with the usual dom http url. Log in fine using the https url then buy but when I select a product it reverts back to the http url. When I go to the check out it goes back to the https url again and I am led back to another login. When I log in again here I am told my cart is empty.
This are my configs.........
catalog/includes
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.starlitesong.com.au'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://secure5.myownserver.net/~starsong'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.starlitesong.com.au');
define('HTTPS_COOKIE_DOMAIN', 'www.starlitesong.com.au');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');
---------------------------------
admin/includes
define('HTTP_SERVER', 'http://www.starlitesong.com.au'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.starlitesong.com.au');
define('HTTPS_CATALOG_SERVER', 'https://secure5.myownserver.net/~starsong');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/starlite/public_html/catalog/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/starsong/public_html/catalog/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
define('DIR_FS_CATALOG', '/home/starsong/public_html/catalog/'); // absolute path required
Thanks
![]()





LinkBack URL
About LinkBacks







Bookmarks