I've been trying to set up language negotiation on a web server for this one site. I've done AddLanguage in httpd.conf, and set multiviews in http.conf as well. I have no idea if this is the correct approach. My objective is to set apache so that browsers will recognize the language that is preferred and go to the html with that language (ie go to the index.html with japanese extension if the browser prefers japanese). I would appreciate it alot if some one could go into detail about how to do this in the best way possible. Best way in terms of whether things should be set up in httpd.conf or .htaccess or something else? Thanks.