The extension fp-fileprotector allows you to restrict access to file storages in TYPO3 and define granular access rules for individual files and folders.
- Protect TYPO3 file storages from public access
- Define access rules per folder with inheritance to subfolders
- Restrict access based on frontend login, user groups, or individual users
- Whitelist and blacklist modes
- TYPO3 CMS
- Web server with
.htaccesssupport (AllowOverride All)
- Install the extension via Composer or the TYPO3 Extension Manager.
- Activate a storage in the backend module File Protection (under "Files").
- Place the
.htaccessfile (template atResources/Private/htacces.txt) in the root directory of the storage.