Quote Originally Posted by DrByte View Post
If you set your HTTP_SERVER to clientshop1.com and your DIR_WS_CATALOG to / and your DIR_FS_CATALOG to public_html/clientshop1 then it should work just fine by visiting www.clientshop1.com, invisible to the visitor ... assuming the addon domains are properly configured by the hosting company.
Same with clientshop2.

No need for .htaccess junk
Ok. I tried it with the following lines:

define('HTTP_SERVER', 'clientshop1.com');
define('HTTPS_SERVER', 'https://www.markets.com'); (this is my main account w/ ssl would this correct?)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/clientshop1/');
define('DIR_FS_CATALOG', 'public_html/clientshop1');
This line used to be the following:
define('DIR_FS_CATALOG', '/home8/markets/public_html/clientshop/');

After these changes I typed clientshop1.com and got the Hello. Thank you for loading Zen Cart™. page.
I could not do anything else. I know I must of messed up something. I think it's an SSL issue? Not sure. What do you think?
Thank you.