diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf
index 5d1e452..7fdc0d5 100644
--- a/SOURCES/welcome.conf
+++ b/SOURCES/welcome.conf
@@ -6,13 +6,25 @@
# NOTE: if this file is removed, it will be restored on upgrades.
#
- Options -Indexes
- ErrorDocument 403 /.noindex.html
+ Options -Indexes
+ ErrorDocument 403 /noindex/index.html
+Alias /noindex /usr/share/httpd/noindex
+
- AllowOverride None
- Require all granted
-
+ Options MultiViews
+ DirectoryIndex index.html
+
+ AddLanguage en-US .en-US
+ AddLanguage es-ES .es-ES
+ AddLanguage zh-CN .zh-CN
+ AddLanguage zh-HK .zh-HK
+ AddLanguage zh-TW .zh-TW
-Alias /.noindex.html /usr/share/httpd/noindex/index.html
+ LanguagePriority en
+ ForceLanguagePriority Fallback
+
+ AllowOverride None
+ Require all granted
+