576df0
# 
576df0
# This configuration file enables the default "Welcome" page if there
576df0
# is no default index page present for the root URL.  To disable the
576df0
# Welcome page, comment out all the lines below. 
576df0
#
576df0
# NOTE: if this file is removed, it will be restored on upgrades.
576df0
#
576df0
<LocationMatch "^/+$">
576df0
    Options -Indexes
5183f0
    ErrorDocument 403 /.noindex.html
576df0
</LocationMatch>
576df0
576df0
<Directory /usr/share/httpd/noindex>
576df0
    AllowOverride None
576df0
    Require all granted
576df0
</Directory>
576df0
5183f0
Alias /.noindex.html /usr/share/httpd/noindex/index.html
5183f0
Alias /poweredby.png /usr/share/httpd/icons/apache_pb2.png