
Originally Posted by
Ajeh
It should be on the same level as the:
/includes
/pub
/download
I changed the configure files for her and changed them to direct the downloads to the root directory, above the public_html file... if that makes sense. I had trouble getting mine to work when I did it as well. I ended up having to do it differently. So I did it the way it directed in the tutorial and then just did it the same way as mine.
This is how I have hers set up:
Code:
define('DIR_FS_DOWNLOAD', '/home/username/');
So now when they add an attribute to a product they specify the folder name then the file name in the attribute field like this:
Code:
download/file_name.zip
Will this not work for her? This is how I set it up on mine and it works fine. She also is planning on adding separate manufacturers later with their own admin profiles and their own download files.