I'm securing a directory by moving it outside the webroot. Following the Zen Cart tutorial:
https://www.zen-cart.com/tutorials/i...hp?article=280
I initially edited the 2 configure.php files to both read:
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/web/public_html/myAccount/download/');
my catalog & web root is at:
define('DIR_FS_CATALOG', '/web/public_html/myAccount/store/');
However, the result upon uploading them was a complaint that the directory does not exist ...yet it clearly does exist at this location.
Am i missing something else??



