Enable localization of Conify
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 16 Oct 2008 16:19:56 +0000 (16:19 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 16 Oct 2008 16:19:56 +0000 (16:19 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10843 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/eg_vhost.conf

index fbef4bc..b2b2f39 100644 (file)
@@ -295,13 +295,13 @@ RewriteRule ^/opac/[^/]+/extras/slimpac/(.*)$ /opac/%1/extras/slimpac/$1? [redir
 # Conify - next-generation Evergreen administration interface
 # ----------------------------------------------------------------------------------
 RewriteEngine on
-RewriteRule ^/conify/.*/global/(.*)$ /conify/global/$1
+RewriteRule ^/conify/(.*)/global/(.*)$ /conify/global/$2 [E=locale:$1]
 <Location /conify>
     XMLEntStripPI "yes"
     XMLEntEscapeScript "no"
     XMLEntStripComments "no"
     XMLEntContentType "text/html; charset=utf-8"
-    AddOutputFilter INCLUDES .html
+    AddOutputFilter INCLUDES;XMLENT .html
  
     SetHandler perl-script
     PerlSetVar OILSProxyTitle "Dojo Admin Login"