From 459db1f3df88e731bf8af8f15963e7f51115044c Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 30 Jul 2008 17:08:34 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/apache/eg.conf | 2 ++ 1 file changed, 2 insertions(+) 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 + # ---------------------------------------------------------------------------------- -- 2.11.0