Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Multiple installations sharing one "images" directory

Multiple installations sharing one "images" directory

Locked

Views: 896

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Oct 2008, 8:35 AM
#1
chrifus1982 avatar

chrifus1982

New Zenner

Join Date:
Oct 2008
Posts:
5
Plugin Contributions:
0

Multiple installations sharing one "images" directory

Hi,
I would like to have one "images" directory shared by many Zen Cart installations instead of having "images" in each installation because of size constraints !
How to chage the "configure.php" settings so I can have Zen Cart to use "/httpdocs/images" instead of "images/"

define('DIR_WS_CATALOG', '/zen-cart/');
define('DIR_WS_IMAGES', 'images/');

Thanks for your help:wink: