summaryrefslogtreecommitdiffstats
path: root/welcome.conf
blob: c1d23c5123cc44a77c8c9208015f28aee815ae8e (plain)
1
2
3
4
5
6
7
8
9
10
11
# 
# This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
<LocationMatch "^/+$">
    Options -Indexes
    ErrorDocument 403 /error/noindex.html
</LocationMatch>