webcoast / filedump-path-urls
TYPO3 CMS extension to provide nice URLs for protected files
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5
This package is auto-updated.
Last update: 2024-10-15 10:51:09 UTC
README
What is does
This extension converts the /index.php?eID=dumpFile&t=f&f=23423&token=.....
into a
nice looking URL /dump-file/f/23423/....
.
Optionally you can append the filename at the end of the URL, like
/dump-file/f/23423/..../some-protoected-document.pdf
. This allows for more precise
tracking of file downloads with Google Analytics and other similar tools.
Installation
composer req webcoast/filedump-path-urls
Configuration
In the extension settings you can enable Show filename in URL
to append the file
name at the end of the URL.
FAL Secure Download
This extension has been tested together with FAL Secure Download
.