From 003dc38a7b13d8912096320fde7af6e1ba0849eb Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 7 Aug 2012 09:54:22 -0400 Subject: [PATCH] Use TPac - Redirect to TPac by default Signed-off-by: Thomas Berezansky --- Open-ILS/examples/apache/eg_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 0265d6666a..c7cb73243a 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------------- # Point / to the opac - if you have a custom skin or locale, point at it here # ---------------------------------------------------------------------------------- -RedirectMatch 301 ^/$ /opac/en-US/skin/default/xml/index.xml +RedirectMatch 301 ^/$ /eg/opac/home # ---------------------------------------------------------------------------------- # Point / to the IP address redirector -- 2.11.0