Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6056)
+++ temp/trunk/html/install/index.php	(revision 6057)
@@ -493,8 +493,10 @@
 	// ¥Ç¥£¥ì¥¯¥È¥êÌ¾¤Î¤ß¼èÆÀ¤¹¤ë
 	$normal_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $arrRet['normal_url']);
-	
-	print($normal_dir);
-	
-	$objErr->arrErr['normal_url'] = $normal_dir;
+	$secure_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $arrRet['secure_url']);
+	
+	if($normal_dir != $secure_dir) {
+		$objErr->arrErr['normal_url'] = "°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥êÌ¾¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó¡£";
+		$objErr->arrErr['secure_url'] = "°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥êÌ¾¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó¡£";		
+	}
 	
 	return $objErr->arrErr;
