From: dbs Date: Tue, 7 Oct 2008 02:40:09 +0000 (+0000) Subject: Add a default locale for vandelay X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cdaca7f5bafa629821687f82d0156c0177f05170;p=Evergreen.git Add a default locale for vandelay git-svn-id: svn://svn.open-ils.org/ILS/trunk@10773 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index f14d3d703f..74612ebfa9 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -316,6 +316,7 @@ RewriteRule ^/conify/.*/global/(.*)$ /conify/global/$1 AliasMatch ^/vandelay/.*/vandelay.xml(.*) /openils/var/web/vandelay/vandelay.xml$1 RewriteEngine on + SetEnv locale en-US SetEnvIf Request_URI "/en-US/" locale=en-US SetEnvIf Request_URI "/fr-CA/" locale=fr-CA XMLEntStripPI "yes"