.. include:: ../Includes.txt .. _admin: ============== Administration ============== This chapter describes how to configure this extension within the settings module of your TYPO3 instance. You need to secure all the directories and file types by your server configuration. This can be done with `.htaccess` files. You find some example `.htaccess` files below and in the `Resources/Private/Examples `__ directory of this extension. .. important:: This extension cannot secure links to files that you include in CSS, PDF, ... files. Example Files ============= Apache ≥ 2.4 ------------ **.htaccess allow** :: Require all granted **.htaccess deny** :: Require all denied Apache < 2.4 ------------ **.htaccess allow** :: Order deny,allow Allow from all **.htaccess deny** :: Order deny,allow Deny from all Allow from none .. toctree:: :maxdepth: 3 :titlesonly: ExtensionConfiguration/Index RegularExpressions/Index