Domain issue

Results 1 to 7 of 7
26 Jan 2011, 01:14
#1
rrpsrn avatar

rrpsrn

New Zenner

Join Date:
Jan 2011
Posts:
11
Plugin Contributions:
0

Domain issue

Iam having a issue I installed the cart under nuneztattoo.com/cart/ to get it setup but now I want the domain to be ngtsupply.com I went in and changed all the settings in config.php in the includes and the admin/includes folder. But all the images, products etc still are under nuneztattoo.com What am I missing? The cart is still on the same server as nunetztatto it is just I'm trying to point the domain to it now(which ngtsupply.com points to nuneztattoo.com/cart/) that is why I don't need no trailing /cart/ on ngt.
26 Jan 2011, 02:24
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Domain issue

do you have ngtsupply.com setup as a domain in some hosting account? That is where your ZenCart install need to be
26 Jan 2011, 04:40
#3
cmslearner101 avatar

cmslearner101

New Zenner

Join Date:
Jan 2011
Posts:
3
Plugin Contributions:
0

Re: Domain issue

What Webserver/Host are you using?
26 Jan 2011, 17:52
#4
rrpsrn avatar

rrpsrn

New Zenner

Join Date:
Jan 2011
Posts:
11
Plugin Contributions:
0

Re: Domain issue

kobra:

do you have ngtsupply.com setup as a domain in some hosting account? That is where your ZenCart install need to be


The domains are threw godaddy, setup with the nameservers(both the same) to go to Powweb(our host). And then threw Powweb I have NgtSupply.com Pointing to NuinezTattoo.com/cart/ because NunezTattoo is the main domain on the host when we setup the account. I get threw the admin area etc threw NgtSupply.com but it is just all the images and links all are still saying Nuneztattoo instead of ngtsupply.com. And we are setting up paypal for it and paypal wants its transactions to come from ngtsupply.com. I edited includes/config.php with the ngtsupply also the admin's config.php file.
26 Jan 2011, 17:53
#5
rrpsrn avatar

rrpsrn

New Zenner

Join Date:
Jan 2011
Posts:
11
Plugin Contributions:
0

Re: Domain issue

Does zencart save the urls in the db? or is there another config file I need to edit?
26 Jan 2011, 18:06
#6
rrpsrn avatar

rrpsrn

New Zenner

Join Date:
Jan 2011
Posts:
11
Plugin Contributions:
0

Re: Domain issue

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

  // 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?
26 Jan 2011, 18:11
#7
rrpsrn avatar

rrpsrn

New Zenner

Join Date:
Jan 2011
Posts:
11
Plugin Contributions:
0

Re: Domain issue

It's solved I had a extra .com on the end stupid me