
Originally Posted by
myzc
for domain2.com, i only purchase the domain name without any hosting, so i can't run the zen cart install
those 2 zen cart stores have already been installed to domain1.com and domain1.com/subfolder
now i need modify the configure file
do you mean i should modify the configure file of domain1.com/subfolder like below?
define('HTTP_SERVER', 'http://www.domain2.com');
define('HTTPS_SERVER', 'https://www.domain2.com');
define('DIR_WS_CATALOG', '/subfolder/');
define('DIR_WS_HTTPS_CATALOG', '/subfolder/');
define('DIR_FS_CATALOG', '/... html/subfolder');
define('DIR_FS_LOGS', '/... html/subfolder/logs');
define('DIR_FS_SQL_CACHE', '/... html/subfolder/cache');