summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 9810083e0ba593e5d4f98b78615cb23c791852a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DirectoryIndex index.html index.php
Redirect /packages http://download.go-oo.org
Redirect /bonsai http://bonsai.go-oo.org
Redirect /tinderbox http://tinderbox.go-oo.org
Redirect /lxr http://lxr.go-oo.org
Redirect /red-carpet http://download.go-oo.org/red-carpet
Redirect /tstnvl http://download.go-oo.org/tstnvl
<Files ~ ".*\.php$">
    Order deny,allow
    Deny from all
</Files>
<Files ~ "include.mk">
    Order allow,deny
    Deny from all
</Files>
<Files ~ "Makefile">
    Order allow,deny
    Deny from all
</Files>
<Files ~ "^.svn$">
    Order allow,deny
    Deny from all
</Files>