Index: /temp/trunk/data/conf/core.php
===================================================================
--- /temp/trunk/data/conf/core.php	(revision 6071)
+++ /temp/trunk/data/conf/core.php	(revision 6072)
@@ -13,8 +13,8 @@
 
 // DATA¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹(HTML¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¤ÎÁêÂÐ¥Ñ¥¹)
-define("DATA_PATH", ROOT_DIR . "../data/");
+define("DATA_PATH", ROOT_DIR . "../data")
 
-// ¥æ¡¼¥¶¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
-define("USER_DIR", ROOT_DIR . "user_data/");
+// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
+define("USER_DIR", "html/user_data/");
 
 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊÝÂ¸Àè
@@ -25,5 +25,5 @@
 
 // ¥æ¡¼¥¶¡¼ºîÀ®²èÌÌ¤Î¥Ç¥Õ¥©¥ë¥ÈPHP¥Õ¥¡¥¤¥ë
-define("USER_DEF_PHP", ROOT_DIR . "__default.php");
+define("USER_DEF_PHP", ROOT_DIR."html/__default.php");
 
 // ¤½¤ÎÂ¾²èÌÌ¤Î¥Ç¥Õ¥©¥ë¥È¥Ú¡¼¥¸¥ì¥¤¥¢¥¦¥È
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6066)
+++ /temp/trunk/html/install/index.php	(revision 6072)
@@ -610,5 +610,6 @@
 	"<?php\n".
 	"    define ('ECCUBE_INSTALL', 'ON');\n" .
-	"    define ('ROOT_DIR', '" . $root_dir . "');\n" . 
+	"    define ('ROOT_DIR', '" . $root_dir . "');\n" .
+	"    define ('HTML_PATH', '" . $root_dir . "');\n" .	 
 	"    define ('SITE_URL', '" . $normal_url . "');\n" .
 	"    define ('SSL_URL', '" . $secure_url . "');\n" .
