i installed one zen cart store to domain1.com
and another store to domain1.com/subfolder
i have a domain domain2.com
and want to let visitors access domain1.com/subfolder through the url domain2.com
i point the added domain domain2.com to folder domain1.com/subfolder,
i'm not sure how to modify exactly the configure file of domain1.com/subfolder, it doesn't work
define('HTTP_SERVER', 'http://domain1.com');
define('HTTPS_SERVER', 'https://www.domain1.com');
define('DIR_WS_CATALOG', '/subfolder/');
define('DIR_WS_HTTPS_CATALOG', '/subfolder/');
define('DIR_FS_CATALOG', '/.../subfolder');
define('DIR_FS_LOGS', '/.../subfolder/logs');
define('DIR_FS_SQL_CACHE', '/.../subfolder/cache');


Reply With Quote

