Index: hadoop-register/etc/funs.php
===================================================================
--- hadoop-register/etc/funs.php	(revision 84)
+++ hadoop-register/etc/funs.php	(revision 85)
@@ -17,5 +17,5 @@
     {
       header ("refresh:5 ;url=$w_url");
-      echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">"';
+      echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">';
       echo "<BR> 此網頁將於 5 秒後重新導向 <BR>";
       echo "<BR> ======== System Message ========";
@@ -35,5 +35,5 @@
 	      <br>
 	      ';
-      $str .= "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
+      $str .= "<br><A href=" . "$w_localhost" . "/check_activate_code.php?user=" .
       $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
       return $str;
@@ -56,5 +56,5 @@
 	      <br>帳號：$this->user
 	      <br>密碼：$this->new_password
-	      <br>登入 http://$w_localhost。
+	      <br>登入：$w_localhost
 	      ";
       return $str;
@@ -100,5 +100,5 @@
       echo "<br>========";
       echo "<br>this is in W_user->test() <br>";
-      $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
+      $str = "<br><A href=" . "$w_localhost" . "/check_activate_code.php?user=" .
       $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
       //echo $this->user;
Index: hadoop-register/etc/init.php
===================================================================
--- hadoop-register/etc/init.php	(revision 84)
+++ hadoop-register/etc/init.php	(revision 85)
@@ -6,10 +6,10 @@
      */
 	
-	// [本機設定]	
-	// 設定主機網址
-	$w_localhost = "hadoop.nchc.org.tw/";
+    // [本機設定]	
+    // 設定主機網址
+    $w_localhost = "http://hadoop.nchc.org.tw";
 	
 
-	// [mysql 設定]
+    // [mysql 設定]
     // mysql 主機位址
 	$mysql_host = 'localhost';
@@ -25,13 +25,13 @@
   
     // mysql 資料表
-    $mysql_table = 'hadoop_reg';				// 基本使用者資料表
-	$mysql_table_owner = 'hadoop_owner';	// hadoop 帳號分配擁有者
+    $mysql_table = 'hadoop_reg';		// 基本使用者資料表
+    $mysql_table_owner = 'hadoop_owner';	// hadoop 帳號分配擁有者
    
     // [mail 設定]
-	// mail server host
-	$mail_server_host = 'smtp.gmail.com';
+    // mail server host
+    $mail_server_host = 'smtp.gmail.com';
 
-	// mail account
-	$mail_account = 'nchcdrbl@gmail.com';
+    // mail account
+    $mail_account = 'nchcdrbl@gmail.com';
     $mail_account_name = 'Hadoop admin';
 
