From ecbc35352a99bd1fbb1b9521fce83a430ae4f19e Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 24 Nov 2010 17:44:27 +0000 Subject: [PATCH] Provide a link to the customized SJCG skin and default search scope for hospitals git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1084 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- apache/eg_vhost.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apache/eg_vhost.conf b/apache/eg_vhost.conf index eb437480e3..912dffa523 100644 --- a/apache/eg_vhost.conf +++ b/apache/eg_vhost.conf @@ -63,7 +63,7 @@ RewriteRule ^/?$ http://crc.concat.ca/opac/en-CA/skin/default/xml/index.xml?l=13 # Sudbury Regional Hospital skin # ---------------------------------------------------------------------------------- RewriteCond %{HTTP_HOST} ^hrsrh.concat\.ca -RewriteRule ^/?$ http://hrsrh.concat.ca/opac/en-CA/skin/hrsrh/xml/index.xml?l=115 [R=permanent,L] +RewriteRule ^/?$ http://hrsrh.concat.ca/opac/en-CA/skin/hrsrh/xml/index.xml?sg=1 [R=permanent,L] # ---------------------------------------------------------------------------------- # LU French School of Education skin @@ -102,6 +102,18 @@ RewriteCond %{HTTP_HOST} ^nosm.concat\.ca RewriteRule ^/?$ http://nosm.concat.ca/opac/en-CA/skin/nosm/xml/index.xml?l=125 [R=permanent,L] # ---------------------------------------------------------------------------------- +# SAH skin +# ---------------------------------------------------------------------------------- +RewriteCond %{HTTP_HOST} ^sah.concat\.ca +RewriteRule ^/?$ http://sah.concat.ca/opac/en-CA/skin/default/xml/index.xml?sg=1 [R=permanent,L] + +# ---------------------------------------------------------------------------------- +# SJCG skin +# ---------------------------------------------------------------------------------- +RewriteCond %{HTTP_HOST} ^sjcg.concat\.ca +RewriteRule ^/?$ http://sjcg.concat.ca/opac/en-CA/skin/sjcg/xml/index.xml?l=133 [R=permanent,L] + +# ---------------------------------------------------------------------------------- # Université de Hearst skin # ---------------------------------------------------------------------------------- RewriteCond %{HTTP_HOST} ^uhearst.concat\.ca -- 2.11.0