You have incorrect settings ...
define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic/store/');
Should be:
define('HTTP_SERVER', 'http://holistictree.com');
define('HTTPS_SERVER', 'https://secure.stormer.us/~holistic');
These settings:
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/');
Should be:
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');
I am not sure what the rest of your settings are ...