Index: branches/dev/html/mobile/redirect.php
===================================================================
--- branches/dev/html/mobile/redirect.php	(revision 11686)
+++ branches/dev/html/mobile/redirect.php	(revision 11813)
@@ -20,5 +20,5 @@
 	header("Location: $next_url");
 } else {
-	header('Location: ' . SITE_URL);
+	header('Location: ' . MOBILE_SITE_URL);
 }
 ?>
Index: branches/dev/html/mobile/magazine/confirm.php
===================================================================
--- branches/dev/html/mobile/magazine/confirm.php	(revision 11686)
+++ branches/dev/html/mobile/magazine/confirm.php	(revision 11813)
@@ -66,5 +66,5 @@
 	$CONF = sf_getBasisData();
 	$objPage->CONF = $CONF;
-	$objPage->tpl_url = gfAddSessionId(SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId);
+	$objPage->tpl_url = gfAddSessionId(MOBILE_SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId);
 	
 	$objMailText = new SC_SiteView();
Index: branches/dev/html/mobile/entry/index.php
===================================================================
--- branches/dev/html/mobile/entry/index.php	(revision 11690)
+++ branches/dev/html/mobile/entry/index.php	(revision 11813)
@@ -43,5 +43,5 @@
 //SSLURLÈ½Äê
 if (SSLURL_CHECK == 1){
-	$ssl_url= sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']);
+	$ssl_url= sfRmDupSlash(MOBILE_SSL_URL.$_SERVER['REQUEST_URI']);
 	if (!ereg("^https://", $non_ssl_url)){
 		sfDispSiteError(URL_ERROR);
@@ -183,5 +183,5 @@
 			// ¶õ¥á¡¼¥ë¤ò¼õ¿®ºÑ¤ß¤Î¾ì¹ç¤Ï¤¹¤°¤ËËÜÅÐÏ¿´°Î»¤Ë¤¹¤ë¡£
 			if (isset($_SESSION['mobile']['kara_mail_from'])) {
-				header("Location:" . gfAddSessionId(URL_DIR . "regist/index.php?mode=regist&id=" . $objPage->uniqid));
+				header("Location:" . gfAddSessionId(MOBILE_URL_DIR . "regist/index.php?mode=regist&id=" . $objPage->uniqid));
 				exit;
 			}
