Zen Cart Logo
Forums / General Questions / Setting Zencart to main domain name

Setting Zencart to main domain name

Locked

Views: 1,219

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
1 Jul 2009, 3:48 PM
#3
raymonster avatar

raymonster

New Zenner

Join Date:
Jun 2009
Posts:
32
Plugin Contributions:
0

Re: Setting Zencart to main domain name

Ok I must be doing something wrong because I did everything according to that page and https://www.proav.airportcircle.com ends up with an internal server error. Here is how my configure files look..

includes:
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_CATALOG', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/');
define('DIR_FS_SQL_CACHE', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/cache');

admin/includes:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_ADMIN', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/admin/');
define('DIR_FS_CATALOG', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/');
define('DIR_FS_SQL_CACHE', '/home/htdocs/users/nsalvo/nsalvo/proav.airportcircle.com/cache');

I wonder if it is because I am putting '/' at the end of the catalog? My main directory is where all my zen-cart files are though so if i put '/proav.airportcircle.com/' wouldn't it be reading from that file twice?

1 Jul 2009, 3:57 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Setting Zencart to main domain name

No, the / should be there. I'd guess the path is wrong. In DIR_FS_CATALOG, try just /home/htdocs/users/nsalvo/nsalvo/

1 Jul 2009, 4:35 PM
#5
raymonster avatar

raymonster

New Zenner

Join Date:
Jun 2009
Posts:
32
Plugin Contributions:
0

Re: Setting Zencart to main domain name

That didn't work.. maybe it has somethin to do with the configure file being read only.. maybe its not saving like it should be. Let me contact my server host.

1 Jul 2009, 5:33 PM
#6
raymonster avatar

raymonster

New Zenner

Join Date:
Jun 2009
Posts:
32
Plugin Contributions:
0

Re: Setting Zencart to main domain name

I got it to work, at least the admin page works, but when I go to the site it says system setup required. I don't get it, what could I have missed?

1 Jul 2009, 5:39 PM
#7
raymonster avatar

raymonster

New Zenner

Join Date:
Jun 2009
Posts:
32
Plugin Contributions:
0

Re: Setting Zencart to main domain name

Nevermind, it was because of permissions.. everything works fine now. I'm talking to myself anyway :P haha.