Skip to content
Snippets Groups Projects
Commit 432160d2 authored by Alain Reguera Delgado's avatar Alain Reguera Delgado
Browse files

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.
parent 285adc78
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment