.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: Includes.txt .. _start: ============================================================= Internal Files ============================================================= .. only:: html :Classification: internalfiles :Version: |release| :Language: en :Description: Checks if a user is allowed to view a file in the frontend before displaying the file/sending the file to the user's browser. The functionality is included via a .htaccess file using the rewrite module, ensuring that no internal file can be accessed without the proper permissions and that the file's URL stays nice and human readable. The extension relies solely on typo3 6.2 LTS. The sysext extension filemetadata might have to be installed beforehand. :Keywords: internal files, securing files, file permissions, secure downloads, internal downloads, feuser permissions :Copyright: 2015 :Author: oli004 :Email: oli4_seubert@yahoo.de :License: This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml :Rendered: |today| The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from `www.typo3.org `_. **Table of Contents** .. toctree:: :maxdepth: 5 :titlesonly: :glob: Introduction/Index UsersManual/Index AdministratorManual/Index