Commit 4d5c390b authored by Joshua Slive's avatar Joshua Slive
Browse files

Add some stuff back to httpd-std.conf.in in the manual

section to deal with language negotiation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159805 13f79535-47bb-0310-9956-ffa450edef68
parent 754e6634
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -453,6 +453,10 @@ ServerSignature On

        SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
        RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2

        LanguagePriority en de es fr ja ko pt-br ru 
        ForceLanguagePriority Prefer Fallback

    </Directory>

    #