But we are not able to access admin page by
https://new_hosting_company.com:8443...main.com/admin
we did made changes to admin/includes/configure.php to
define('HTTP_SERVER', 'https://new_hosting_company.com:8443/sitepreview/http/our_domain.com');
define('HTTPS_SERVER', 'https://new_hosting_company.com:8443/sitepreview/http/our_domain.com');
define('HTTP_CATALOG_SERVER', 'https://new_hosting_company.com:8443/sitepreview/http/our_domain.com');
define('HTTPS_CATALOG_SERVER', 'https://new_hosting_company.com:8443/sitepreview/http/our_domain.com');
But it dosn't work, we'll lead to our live website. Is the path to new server not right ? or we need to do more changes to other files ??
Eric