aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/wikicker/files/htaccess.in
blob: 39efdabdd18c038cd56fb290d2aa231085202bb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $FreeBSD$ 
#

Options -Indexes

DirectoryIndex wiki.cgi

<Files "*.properties">
        deny from all
</Files>

<Files "var.*">
        deny from all
</Files>