aertmann/flow-development-collection/master/TYPO3.Flow/Resources/Private/Installer/Distribution/Defaults/Web/_Resources/.htaccess - Htaccess File

aertmann/flow-development-collection/master/TYPO3.Flow/Resources/Private/Installer/Distribution/Defaults/Web/_Resources/.htaccess

# Disable unwanted options
Options -Indexes -ExecCGI -Includes -MultiViews

# Prevent execution of script files
SetHandler default-handler
<Files *>
  # Override again if executed later in the evaluation list
  SetHandler default-handler
</Files>

<IfModule mod_php5.c>
  php_flag engine off
</IfModule>
<IfModule mod_php7.c>
  php_flag engine off
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache