# Rate-limit state files. Never served over the web.
Require all denied

<FilesMatch ".*">
  Require all denied
</FilesMatch>

<IfModule mod_mime.c>
  RemoveHandler .php .phtml .phar .pl .py .cgi
  RemoveType .php .phtml .phar
</IfModule>

<IfModule mod_php.c>
  php_flag engine off
</IfModule>
<IfModule mod_php7.c>
  php_flag engine off
</IfModule>
<IfModule mod_php8.c>
  php_flag engine off
</IfModule>
