# 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"