https://issues.apache.org/bugzilla/show_bug.cgi?id=47981
Summary: allow language specific html-versions (index.html.en)
to take precedence over general index.html
Product: Apache httpd-2
Version: 2.2.13
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
Sometimes server side language detection fails which makes an index.html
necessaray that selects the language based on javascript. However this method
is sub-optimal as it can take some time and will make the browser display flash
up the selection page instead of directly displaying the target page.
My request would be to let the AddLanguage-tags in .htaccess by default take
precedence or if that should not be desired due to any kind of reason addding a
command that gives the AddLanguage-tags precendence (f.i.: Options
AddLanguage).
i.e. as soon as an AddLanguage-tag shows up in .htaccess
AddLanguage en .en
AddLanguage de .de
index.html.en & index.html.de should be preferred over index.html.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]