52592b
# 
52592b
# This configuration file enables the default "Welcome" page if there
52592b
# is no default index page present for the root URL.  To disable the
52592b
# Welcome page, comment out all the lines below. 
52592b
#
52592b
# NOTE: if this file is removed, it will be restored on upgrades.
52592b
#
52592b
<LocationMatch "^/+$">
fa34f0
    Options -Indexes
2f74ee
    ErrorDocument 403 /noindex/index.html
52592b
</LocationMatch>
52592b
52592b
<Directory /usr/share/httpd/noindex>
2f74ee
    Options MultiViews
2f74ee
    DirectoryIndex index.html
2f74ee
2f74ee
    AddLanguage en-US .en-US
2f74ee
    AddLanguage es-ES .es-ES
2f74ee
    AddLanguage zh-CN .zh-CN
2f74ee
    AddLanguage zh-HK .zh-HK
2f74ee
    AddLanguage zh-TW .zh-TW
2f74ee
2f74ee
    LanguagePriority en
2f74ee
    ForceLanguagePriority Fallback
2f74ee
fa34f0
    AllowOverride None
fa34f0
    Require all granted
14745a
</Directory>
fa34f0
2f74ee
Alias /noindex /usr/share/httpd/noindex