Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 6085)
+++ temp/trunk/html/admin/design/index.php	(revision 6147)
@@ -152,5 +152,5 @@
 		
 		$_SESSION['preview'] = "ON";
-		header("location: /preview/index.php");
+		header("location: ". URL_DIR . "preview/index.php");
 	}else{
 		header("location: ./index.php?page_id=$page_id&msg=on");
Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 6093)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 6147)
@@ -126,5 +126,5 @@
 	$_SESSION['preview'] = "ON";
 	
-	header("location: /preview/index.php");
+	header("location: " . URL_DIR . "preview/index.php");
 }
 
Index: temp/trunk/html/admin/mail/index.php
===================================================================
--- temp/trunk/html/admin/mail/index.php	(revision 6085)
+++ temp/trunk/html/admin/mail/index.php	(revision 6147)
@@ -263,5 +263,5 @@
 		} else if( $_POST['mode'] == 'regist_complete' ){
 			lfRegistData($objPage->list_data);
-			header("Location: /admin/mail/sendmail.php?mode=now");
+			header("Location: " . URL_DIR . "admin/mail/sendmail.php?mode=now");
 			exit;			
 		}
Index: temp/trunk/html/admin/mail/sendmail.php
===================================================================
--- temp/trunk/html/admin/mail/sendmail.php	(revision 5934)
+++ temp/trunk/html/admin/mail/sendmail.php	(revision 6147)
@@ -128,5 +128,5 @@
 	
 	if ($_GET['mode'] = "now") {
-		header("Location: /admin/mail/history.php");
+		header("Location: " . URL_DIR . "admin/mail/history.php");
 	}
 	echo "complete\n";
Index: temp/trunk/html/admin/logout.php
===================================================================
--- temp/trunk/html/admin/logout.php	(revision 5934)
+++ temp/trunk/html/admin/logout.php	(revision 6147)
@@ -10,5 +10,4 @@
 $objSess->logout();
 
-header("Location: /admin/index.php");
-
+header("Location: " . URL_DIR . "admin/index.php");
 ?>
