From: dbs Date: Thu, 16 Oct 2008 16:19:56 +0000 (+0000) Subject: Enable localization of Conify X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3cea1a3f39d65797c8f20caee58586dab17bfb2f;p=Evergreen.git Enable localization of Conify git-svn-id: svn://svn.open-ils.org/ILS/trunk@10843 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index fbef4bc49c..b2b2f390a4 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -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] 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"