Thanks for the note RodG. I actually have to re-configure after we re-direct our domain to our 2nd nameserver, so this will help the inevitable directory issues/shared-SSL issues I will see again.
It is a bit weird, but the hosting guys told me that servername.net/~aimaa is the shared SSL url, and since it does work for my admin, I guess it's not too bad... does this look right to you? I set it up for shared SSL for the entire admin area:
PHP Code:define('HTTP_SERVER', 'https://servername.net/~aimaa/');
define('HTTPS_SERVER', 'https://servername.net/~aimaa/');
define('HTTP_CATALOG_SERVER', 'http://servername.net');
define('HTTPS_CATALOG_SERVER', 'https://servername.net/~aimaa/');


Reply With Quote

