[open-ils-commits] r1084 - conifer/branches/rel_1_6_1/apache (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 24 12:44:31 EST 2010


Author: dbs
Date: 2010-11-24 12:44:27 -0500 (Wed, 24 Nov 2010)
New Revision: 1084

Modified:
   conifer/branches/rel_1_6_1/apache/eg_vhost.conf
Log:
Provide a link to the customized SJCG skin and default search scope for hospitals


Modified: conifer/branches/rel_1_6_1/apache/eg_vhost.conf
===================================================================
--- conifer/branches/rel_1_6_1/apache/eg_vhost.conf	2010-11-24 17:37:23 UTC (rev 1083)
+++ conifer/branches/rel_1_6_1/apache/eg_vhost.conf	2010-11-24 17:44:27 UTC (rev 1084)
@@ -63,7 +63,7 @@
 # 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 @@
 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



More information about the open-ils-commits mailing list