############################################################################## # # Multiviews support (content negotiation) # ############################################################################## LoadModule = mod_multiviews.php # LanguagePriority : A browser requesting http://example.com/ will be delivered # 'index.html.en' in favour of 'index.html.de' (if the users browser has not # been configured to request with another language preference). Of course # this only works if no 'index.html' exists in the docroot, which nanoweb # otherwise would have preselected. A file called 'index.html.fr.gz' may get # send in favour of all other variants, because of the higher priority of # compressed content. LanguagePriority = en fr de # OtherPriority : sets priorites which come into use, when the client doesn't # send an Accept:-header. As you can see, you may intermix file extensions # (as "php" - without dot!) and mime-types known to nanoweb; where you don't # specify a priorty value with qs= (0.0 - 1.0) a lesser (divided by 1.7) value # as the previous one will be choosen. #OtherPriority = php; qs=0.28, text/html; qs=0.27, text/*