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: