From 432160d2bda4e0610e1138e5548d68c5e4c93186 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 27 2019 00:40:13 +0000 Subject: Use "en" instead of "en-US" in language priority - Previously, when you accessed the test page with a locale not supported Apache returned a forbidden error. This update changes the value of LanguagePriority from "en-US" to "en" to correct this issue. Now, when you access the test page with a locale not supported, Apache returns the test page in English language. --- diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf index 2216d5d..7fdc0d5 100644 --- a/SOURCES/welcome.conf +++ b/SOURCES/welcome.conf @@ -22,7 +22,7 @@ Alias /noindex /usr/share/httpd/noindex AddLanguage zh-HK .zh-HK AddLanguage zh-TW .zh-TW - LanguagePriority en-US + LanguagePriority en ForceLanguagePriority Fallback AllowOverride None