Options -Indexes
DirectoryIndex index.php index.html
<FilesMatch "\.(env|lock)$">
  Require all denied
</FilesMatch>
<Files ".env">
  Require all denied
</Files>

# The members area is members.php (config-driven). Old links to members.html still land there.
RedirectMatch 301 ^(.*)/members\.html$ $1/members.php
