I sell downloadable products. I've read most of the threads about setting up downloadable products. I found out that we can set up Download folder on the same level as the public_html directory on the server for best security setting. I did change the configuration in both configure.php files:
from: define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
to: define('DIR_FS_DOWNLOAD', '/home/xxxxx/download/');
The download link works fine when I did a test purchase.
However, the only problem is, the red icon appears on the Downloads Manager and Attributes Controller page, instead of green. It's just very hard to figure out if any of the file is really missing. I've looked at the related page and there is nothing to change as the script is actually referred to the configure.php file - unless it was not defined, it will look at the default download directory under public_html.
Have I missed something here?![]()



