Zen Cart Logo
Forums / Installing on a Linux/Unix Server / When installing ZC in root, what should DIR_WS_CATALOG & other settings be??

When installing ZC in root, what should DIR_WS_CATALOG & other settings be??

Locked

Views: 1,070

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
6 Apr 2010, 3:11 PM
#1
donn avatar

donn

Zen Follower

Join Date:
Oct 2007
Posts:
241
Plugin Contributions:
0

When installing ZC in root, what should DIR_WS_CATALOG & other settings be??

Hi....

We are moving the cart to the root dir of the server, and I wanted to know what the following confgure.php settings should be:

define('DIR_WS_CATALOG'
define('DIR_WS_HTTPS_CATALOG'

Currently, with the cart NOT in the root DIR, we have it as:

define('DIR_WS_CATALOG') , ('/Cart/');
etc...

. . . .

Additionally, in the tutorial area, the following flies are listed as being affected by a move of ZC:

DIR_WS_CATALOG
DIR_WS_HTTPS_CATALOG
DIR_FS_CATALOG
DIR_FS_SQL_CACHE
DIR_WS_ADMIN (in admin)
DIR_WS_HTTPS_ADMIN (in admin)
DIR_FS_ADMIN (in admin)

https://www.zen-cart.com/tutorials/index.php?article=122

6 Apr 2010, 4:06 PM
#2
donn avatar

donn

Zen Follower

Join Date:
Oct 2007
Posts:
241
Plugin Contributions:
0

Re: When installing ZC in root, what should DIR_WS_CATALOG & other settings be??

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

seems to work perfectly....