[open-ils-commits] r10843 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 16 12:19:59 EDT 2008
Author: dbs
Date: 2008-10-16 12:19:56 -0400 (Thu, 16 Oct 2008)
New Revision: 10843
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Enable localization of Conify
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-16 16:06:41 UTC (rev 10842)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-16 16:19:56 UTC (rev 10843)
@@ -295,13 +295,13 @@
# 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"
More information about the open-ils-commits
mailing list