You have incorrect settings ...
Should be:define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic/store/');
These settings:define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic');
Should be:define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic/store/');
define('HTTP_CATALOG_SERVER', 'http://holistictree.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.stormer.us/~holistic/store/');
I am not sure what the rest of your settings are ...define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic');
define('HTTP_CATALOG_SERVER', 'http://holistictree.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.stormer.us/~holistic');



