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.