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
fcb544
    ErrorDocument 403 /noindex/index.html
576df0
</LocationMatch>
576df0
576df0
<Directory /usr/share/httpd/noindex>
fcb544
    Options MultiViews
fcb544
    DirectoryIndex index.html
fcb544
fcb544
    AddLanguage en-US .en-US
fcb544
    AddLanguage es-ES .es-ES
fcb544
    AddLanguage zh-CN .zh-CN
fcb544
    AddLanguage zh-HK .zh-HK
fcb544
    AddLanguage zh-TW .zh-TW
fcb544
fcb544
    LanguagePriority en
fcb544
    ForceLanguagePriority Fallback
fcb544
576df0
    AllowOverride None
576df0
    Require all granted
576df0
</Directory>
576df0
fcb544
Alias /noindex /usr/share/httpd/noindex