From: miker Date: Sat, 30 May 2009 15:07:12 +0000 (+0000) Subject: make craftsman the default skin X-Git-Tag: sprint4-merge-nov22~9888 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4ca990c84fc7dba341dcbb75b44d4cd760699013;p=working%2FEvergreen.git make craftsman the default skin git-svn-id: svn://svn.open-ils.org/ILS/trunk@13268 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 18f91c4d70..13eab05e01 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -4,9 +4,10 @@ # ---------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------- -# Point / to the opac +# Point / to the opac -- Craftsman is the new default. Swap lines for the old skin. # ---------------------------------------------------------------------------------- -RedirectMatch 301 ^/$ /opac/en-US/skin/default/xml/index.xml +# RedirectMatch 301 ^/$ /opac/en-US/skin/default/xml/index.xml +RedirectMatch 301 ^/$ /opac/en-US/skin/craftsman/xml/index.xml # ---------------------------------------------------------------------------------- # Assign a default locale to the accessible OPAC