Sorry I forgot to mention this is with Apache 2.2.3. Thanks for suggesting the link, but I've already configured that. I can configure Apache to server .de files if the user specifies German language and fall back to .en files if nothing better can be determined. That works fine. The problem is that with IE7 you can't select just de. You have to select de-DE, de-AT, etc. If the client is configured for de-DE, Apache doesn't recognize it because it is only configured for de and it falls back to en. In that case I would prefer it to serve de not fall back to en. I suppose this could be considered a short coming of IE7 because it doesn't allow you to specify a language without a country. (What are the odds they will fix that though? :)) I know I can configure Apache to serve de files when the user specifies de-DE. However that wouldn't serve de files when the user specifies de-AT. It would be nice if there was a way to configure Apache to serve de files when the user specifies any variation of de. Is that possible with the type-map files? Or am I out of luck? Thanks. , Josh. > -----Original Message----- > From: jslive@xxxxxxxxx [mailto:jslive@xxxxxxxxx] On Behalf Of > Joshua Slive > Sent: Friday, December 08, 2006 10:13 AM > To: users@xxxxxxxxxxxxxxxx > Subject: Re: Multiviews Problem > > On 12/8/06, Fenlason, Josh <jfenlason@xxxxxxx> wrote: > > > > > > I'm running into a bit of a problem when the client is IE7. > IE7 seems > > to always be specifying the country code along with the > language (e.g. > > always de-DE and never just de). IE 6 and Firefox don't > always have > > the country code (e.g. can be set for en or en-us). If > Apache is only > > configured to recognize de and not de-DE, as it is OOTB, then it > > doesn't recognize the language for requests specifying de-DE and > > provides another language. It's no problem to configure Apache to > > recognize de-DE, but then it will only recognize requests for de-DE > > not de-AT or any other variation. I would think that for anything > > requesting de* Apache should be serving de, unless otherwise > > configured. Is there any way to configure Apache to serve > bar.html.de files for de* (e.g. de, de-DE, de-AT)? Thanks in advance. > > I'm guessing you are using the obsolete apache 1.3? > > In 2.x, there is a default work-around for misconfigured > clients. See: > http://httpd.apache.org/docs/2.2/content-negotiation.html#exceptions > > Other than that, you can use type-map files to have more > control over negotiation results. > > Joshua. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx