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