Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6055)
+++ /temp/trunk/html/install/index.php	(revision 6056)
@@ -492,5 +492,5 @@
 	
 	// ¥Ç¥£¥ì¥¯¥È¥êÌ¾¤Î¤ß¼èÆÀ¤¹¤ë
-	$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);
