When using shared ssl,
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.domain.com');
define('HTTPS_SERVER', 'https://secure.host.com/~domain');
everything works perfect except when an order is placed the email shows customer the following:
> Order Number: 3
> Date Ordered: Thursday 11 January, 2007
> Detailed Invoice:
>
https://secure.host.com/~domain/inde...nfo&order_id=3
how is it possible to just have it say www.domain.com?



