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 "^/+$">
1d0048
  Options -Indexes
1d0048
  ErrorDocument 403 /noindex/index.html
52592b
</LocationMatch>
52592b
1d0048
Alias /noindex /usr/share/httpd/noindex
1d0048
52592b
<Directory /usr/share/httpd/noindex>
1d0048
  Options MultiViews
1d0048
  DirectoryIndex index.html
1d0048
1d0048
  AddLanguage en-US .en-US
1d0048
  AddLanguage es-ES .es-ES
1d0048
  AddLanguage zh-CN .zh-CN
1d0048
  AddLanguage zh-HK .zh-HK
1d0048
  AddLanguage zh-TW .zh-TW
f45152
1d0048
  LanguagePriority en
1d0048
  ForceLanguagePriority Fallback
1d0048
1d0048
  AllowOverride None
1d0048
  Require all granted
1d0048
</Directory>