Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 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