# .htaccess (ie /var/www/blue/.htaccess)

  ErrorDocument 404 /bamboo/frontdoor.php
  DirectoryIndex index.html index.php /bamboo/frontdoor.php
  Options -Indexes
  <Files *.prop>
      deny from all
  </Files>
