fixpunkt / fp-fileprotector
File Protector
Package info
github.com/fixpunkt-com/fp-fileprotector
Type:typo3-cms-extension
pkg:composer/fixpunkt/fp-fileprotector
3.2.0
2026-05-20 20:11 UTC
Requires
- php: ^8.2
- typo3/cms-core: ^13 || ^12
Requires (Dev)
- typo3/coding-standards: *
- typo3/tailor: ^1.7
README
The extension fp-fileprotector allows you to restrict access to file storages in TYPO3 and define granular access rules for individual files and folders.
Features
- 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
Requirements
- TYPO3 CMS
- Web server with
.htaccesssupport (AllowOverride All)
Installation
- 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.