# Place this in each client proposal folder (e.g. /p/acme/).
# Makes the password gate the default page and blocks direct access to the raw proposal.

DirectoryIndex index.php

<Files "proposal.html">
  Require all denied
</Files>
