File: htaccess

package info (click to toggle)
bamboo 1.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 580 kB
  • ctags: 1,338
  • sloc: php: 4,061; makefile: 44; sh: 36
file content (10 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# 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>