Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6053)
+++ /temp/trunk/html/install/index.php	(revision 6054)
@@ -491,6 +491,6 @@
 	$objErr->arrErr = $objFormParam->checkError();
 	
-	// ¥Ç¥£¥ì¥¯¥È¥ê¤ÎÈæ³Ó
-	$normal_dir = ereg_replace("^https?://+($|[a-zA-Z0-9_~=&\?\.\-])+", "", $arrRet['normal_url']);
+	// ¥Ç¥£¥ì¥¯¥È¥êÌ¾¤Î¤ß¼èÆÀ¤¹¤ë
+	$normal_dir = ereg_replace("^https?://+([a-zA-Z0-9_~=&\?\.\-])+", "", $arrRet['normal_url']);
 	
 	print($normal_dir);
