From: erickson Date: Wed, 30 Jul 2008 17:08:34 +0000 (+0000) Subject: oops, forgot the aliasmatch locale extraction for selfcheck X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=459db1f3df88e731bf8af8f15963e7f51115044c;p=Evergreen.git oops, forgot the aliasmatch locale extraction for selfcheck git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10189 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 48388c1800..9d07c8a53e 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -45,6 +45,8 @@ PerlChildInitHandler OpenILS::WWW::AddedContent::child_init; # Remove the language portion from the URL # ---------------------------------------------------------------------------------- AliasMatch ^/opac/.*/skin/(.*)/(.*)/(.*) /openils/var/web/opac/skin/$1/$2/$3 +AliasMatch ^/opac/.*/extras/selfcheck/(.*) /openils/var/web/opac/extras/selfcheck/$1 + # ----------------------------------------------------------------------------------