--- scripts/cms/cms_conf_template.php   2006-11-25 00:02:01.000000000 -0600
+++ scripts-fixed/cms/cms_conf_template.php     2007-07-30 10:53:55.095168150 -0500
@@ -38,7 +38,7 @@
 #   The URL of your website's main page.  It is not allowed to have
 #   a trailing slash; Drupal will add it for you.
 #
-$base_url = "http://myvocs-box/%VO_NAME%/%CMS_DIR%";
+$base_url = "https://_MVB_HOSTNAME_/%VO_NAME%/%CMS_DIR%";

 #
 # PHP settings:
@@ -58,6 +58,6 @@
 #  environment.
 #
 $vo_name = "%VO_NAME%";
-$vo_home = "http://myvocs-box/%VO_NAME%";
+$vo_home = "https://_MVB_HOSTNAME_/%VO_NAME%";

 ?>
diff -ru scripts/filemgr/filemgr_conf_template.php scripts-fixed/filemgr/filemgr_conf_template.php
--- scripts/filemgr/filemgr_conf_template.php   2006-11-25 00:02:01.000000000 -0600
+++ scripts-fixed/filemgr/filemgr_conf_template.php     2007-07-30 10:55:21.286826347 -0500
@@ -1,10 +1,10 @@
 <?
-$website='http://myvocs-box/%VO_NAME%/filemgr/data/';
+$website='https://_MVB_HOSTNAME_/%VO_NAME%/filemgr/data/';
 $absolute_path='/var/www/myvocs-box/%VO_NAME%/filemgr/';
 $base_path='/var/www/myvocs-box/%VO_NAME%/filemgr/data/';
 $username='admin';
 $password='secret';
 // Add jlwlynn
 $vo_name='%VO_NAME%';
-$vo_home='https://myvocs-box/%VO_NAME%';
+$vo_home='https://_MVB_HOSTNAME_/%VO_NAME%';
 ?>
diff -ru scripts/vo_commands_template.xml scripts-fixed/vo_commands_template.xml
--- scripts/vo_commands_template.xml    2006-11-13 14:16:53.000000000 -0600
+++ scripts-fixed/vo_commands_template.xml      2007-07-30 10:52:35.861240189 -0500
@@ -2,7 +2,7 @@
 <rss version="2.0">
    <channel>
       <title>%VO_NAME% Command Feed</title>
-      <link>http://myvocs.org/</link>
+      <link>http://_MVB_HOSTNAME_/</link>
       <description>Commands for %VO_NAME%</description>
       <language>en-us</language>
       <pubDate>Tue, 10 Sep 2005 04:00:00 GMT</pubDate>
@@ -13,34 +13,34 @@
       <webMaster>jpr@uab.edu</webMaster>
       <item>
          <title>New Blog</title>
-         <link>http://myvocs.org/parser/parse?command=newblog+%VO_NAME%</link>
+         <link>http://_MVB_HOSTNAME_/parser/parse?command=newblog+%VO_NAME%</link>
          <description>Blog to the VO</description>
       </item>
       <item>
          <title>View Wiki</title>
-         <link>http://myvocs.org/parser/parse?command=wiki+%VO_NAME%</link>
+         <link>http://_MVB_HOSTNAME_/parser/parse?command=wiki+%VO_NAME%</link>
          <description>Check out the VO Wiki</description>
       </item>
       <item>
          <title>Post a Message</title>
-         <link>http://myvocs.org/parser/parse?command=post+%VO_NAME%</link>
+         <link>http://_MVB_HOSTNAME_/parser/parse?command=post+%VO_NAME%</link>
          <description>Send a message to VO members</description>
       </item>
       <item>
          <title>Browse VO Files</title>
-         <link>http://myvocs.org/parser/parse?command=files+%VO_NAME%</link>
+         <link>http://_MVB_HOSTNAME_/parser/parse?command=files+%VO_NAME%</link>
          <description>Browse the files shared by VO members</description>
       </item>

       <item>
          <title>New User</title>
-         <link>http://myvocs.org/parser/parse?command=addnewuser+%VO_NAME%</link>
+         <link>http://_MVB_HOSTNAME_/parser/parse?command=addnewuser+%VO_NAME%</link>
          <description>Add a new user to list of VO members</description>
       </item>

       <textinput>
          <title>Choose CMS for VO</title>
-          <link>http://myvocs.org/parser/parse?command=newblog+</link>
+          <link>http://_MVB_HOSTNAME_/parser/parse?command=newblog+</link>
           <name>VO Name</name>
          <description>pick the cms for a vo</description>
       </textinput>
diff -ru scripts/vo_htaccess_template.txt scripts-fixed/vo_htaccess_template.txt
--- scripts/vo_htaccess_template.txt    2006-11-25 00:02:01.000000000 -0600
+++ scripts-fixed/vo_htaccess_template.txt      2007-07-30 10:52:56.834427022 -0500
@@ -1 +1 @@
-Redirect /%VO_NAME%/logout http://myvocs-box/sympa/logout
+Redirect /%VO_NAME%/logout http://_MVB_HOSTNAME_/sympa/logout
diff -ru scripts/wiki/wiki_conf_template.php scripts-fixed/wiki/wiki_conf_template.php
--- scripts/wiki/wiki_conf_template.php 2006-11-25 00:02:01.000000000 -0600
+++ scripts-fixed/wiki/wiki_conf_template.php   2007-07-30 10:56:41.010735310 -0500
@@ -850,7 +850,7 @@
 ; Needed for 'logout' portion so that we can redirect to a certain page
 ; You can put anything here, but it would be nice if we could redirect you
 ;   back to the VO Homepage (Welcome page)
-VO_HOMEPAGE = http://myvocs-box/%VO_NAME%/
+VO_HOMEPAGE = https://_MVB_HOSTNAME_/%VO_NAME%/

 ; SHIB Cookie
 ;

