I've set ..
Code: Select all
$config['uploads_path'] = '/xxx/xxx/public_html/uploads/files/';
$config['uploads_url'] = $config['root_url'] . '/uploads/files/';
Also the /files/ folder contains other folders and files but they are invisible in File Manager. Turning on advanced mode reveals all the files under /public_html/.You are not allowed to modify files outside the uploads-dir! (That requires the Advanced File Management permission)
I've also set..
Code: Select all
$config['image_uploads_path'] = '/xxx/xxx/public_html/uploads/files/images/';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/files/images/';
EDIT: Fixed, works in beta3