Ques/Help externalDataPath / externalDataUrl

M

MattW

Guest
I'm testing using an NFS mount point for data / internal_data. I can get everything working, apart from the /data part.

Code:

Code:
$config['internalDataPath'] = '/mnt/internal_data';
$config['externalDataPath'] = '/mnt/data';
Using those, I get a 404 on the files that are located in /data, so I'm assuming the externalDataUrl setting is also required.

Does that need to be something on a different URL, or can XF not map the data mount point correctly? The attachments are correctly uploaded (full...

Read more

Continue reading...