View Single Post
displaying .html.en automatically
Old
  (#1)
Brainz
Member
 
Brainz's Avatar
 
Status: Offline
Posts: 270
Join Date: Jun 2004
Location: Nottingham, UK
Default displaying .html.en automatically - 26-06-2007

I'm playing round with the latest version of apache (2.2.4, I believe). I'm trying to get it to automatically serve the correct launguage version of the help files:

page_x.html contains a list of the addresses for each language (I forgot to bring it withy me, but it's something like
Code:
language:english
uri:page_x.html.en
language:german
uri:page_x.html.de
language:french
uri:page_x.html.fr
There's more to the file than that, and if it's important, I'll find a copy.

The actual help file would be page_x.html.en

Is there any way (I'm thinking a plugin) to automatically serve, say page_x.html.en version, when requesting page_x.html?

I'm not nessecaraly looking for multi language support, but knowing how to do it would be nice.

And don't suggest batch-renaming.
  
Reply With Quote