Options -Indexes

<FilesMatch "^(config\.php|schema\.sql|README\.txt)$">
  Require all denied
</FilesMatch>

# Recommended HTTPS redirect (enable after SSL is active)
# RewriteEngine On
# RewriteCond %{HTTPS} !=on
# RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
