# here is a sample .htaccess file for bamboo. 
# you would put this file in the site root directory
# (ie the same directory as the b.site file)

ErrorDocument 404 /bamboo/frontdoor.php
DirectoryIndex index.html index.php /bamboo/frontdoor.php
Options -Indexes
<Files "b.*">
  Deny from all
</Files> 
