
<FilesMatch "\.(sql|log|md)$">
  Require all denied
</FilesMatch>

<IfModule mod_dirlisting.c>
  Options -Indexes
</IfModule>

php_flag display_errors off
php_value upload_max_filesize 20M
php_value post_max_size 20M
