Configuration¶
Attention
To establish complete security, the secure file storage should be located outside the public directory. TYPO3 can work with file storages outside of its own system, so there are no problems to be editorially active in the backend. A file store outside the public directory increases the security of the system by design rather than by configuration.
Steps¶
create a local storage (best outside TYPO3 public)
mkdir -p ${TYPO3_PUBLIC_PATH}/../private/secure_fileadmin/
Create a File Storage in backend
Be aware of the Base URI, as this field needs to be set up.
Optional: Set up an access group for this file storage. This Access group is working as fallback, if no access is defined in file list module.
Note
According to your web server, there should be settings done to redirect the access to files to the TYPO3 instead of answering with a 404 - Not found