Ok figured out one thing but now I have another problem. I some how missed the includes/configuration.php file upload. I changed all the info uploaded now everything has the ngtsupply domain but now My problem is nothing is working as for the stylesheets, images etc.
this is the configuration in includes
Code:
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.ngtsupply.com.com');
define('HTTPS_SERVER', 'https://www.ngtsupply.com.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Everything look right?