Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6093)
+++ /temp/trunk/html/install/index.php	(revision 6094)
@@ -612,5 +612,4 @@
 	"<?php\n".
 	"    define ('ECCUBE_INSTALL', 'ON');\n" .
-	"    define ('ROOT_DIR', '" . $root_dir . "');\n" .
 	"    define ('HTML_PATH', '" . $root_dir . "');\n" .	 
 	"    define ('SITE_URL', '" . $normal_url . "');\n" .
Index: /temp/trunk/data/conf/conf.php
===================================================================
--- /temp/trunk/data/conf/conf.php	(revision 6087)
+++ /temp/trunk/data/conf/conf.php	(revision 6094)
@@ -122,5 +122,5 @@
 
 /* ¥¯¥ì¥¸¥Ã¥È¥«¡¼¥É(¥Ù¥ê¥È¥é¥ó¥¹) */
-define ("CGI_DIR", ROOT_DIR . "cgi-bin/");									// ¥â¥¸¥å¡¼¥ë³ÊÇ¼¥Ç¥£¥ì¥¯¥È¥ê
+define ("CGI_DIR", HTML_PATH . "../cgi-bin/");									// ¥â¥¸¥å¡¼¥ë³ÊÇ¼¥Ç¥£¥ì¥¯¥È¥ê
 define ("CGI_FILE", "mauthonly.cgi");										// ¥³¥¢CGI
 
