묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
한달을 헤메도..... 알려주실분 급구
2002.06.17 18:57
<html>
<head>
<title>** 성형외과 **</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body bgcolor="#999999" text="#000000">
<table width="702" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#333333">
<td colspan="3" height="1"></td>
</tr>
<tr>
<td width="1" bgcolor="#333333"></td>
<td width="700" bgcolor="#FFFFFF">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><? include "top.php"; ?></td>
</tr>
<tr>
<td height="500" valign="top">
<? //메뉴에 따른 페이지 분류
switch ($p)
{
case (hospital) :
switch ($mode)
{
case (time) :
include "/hospital/time.php";
break;
case (locate) :
include "/hospital/locate.php";
break;
default :
include "/hospital/main.php";
}
break;
case (doctor) :
include "/doctor/main.php";
break;
case (column) :
include "/column/main.php";
break;
case (aesthetic) :
include "/aesthetic/main.php";
break;
case (board) :
include "/board/tboard.php?board=demo_aesthetic";
break;
default :
include "/doctor/main.php";
break;
}
?>
</td>
</tr>
<tr>
<td>
<? include "bottom.php"; ?>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#333333"></td>
</tr>
<tr bgcolor="#333333">
<td colspan="3" height="1"></td>
</tr>
</table>
</body>
</html>
위와 같은 방법으로 index.php에서 다른 페이지를 인클루드하여 사이트를 만들려고 합니다.
다른 서브페이지까지는 어떻게 하다보니 무리없이 됩니다.
그런데 보드에서 따~악 걸리더군요. 저런식으로 보드는 부를수가 없더라구요, 경로문제도 있고 해서 이럴경우 어떤식으로 처리를 해야되는것인지 깜깜합니다. 조언이라도 부탁합니다.
너무 막막해서 질문드립니다. 좋은 하루 되세요.
<head>
<title>** 성형외과 **</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body bgcolor="#999999" text="#000000">
<table width="702" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#333333">
<td colspan="3" height="1"></td>
</tr>
<tr>
<td width="1" bgcolor="#333333"></td>
<td width="700" bgcolor="#FFFFFF">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><? include "top.php"; ?></td>
</tr>
<tr>
<td height="500" valign="top">
<? //메뉴에 따른 페이지 분류
switch ($p)
{
case (hospital) :
switch ($mode)
{
case (time) :
include "/hospital/time.php";
break;
case (locate) :
include "/hospital/locate.php";
break;
default :
include "/hospital/main.php";
}
break;
case (doctor) :
include "/doctor/main.php";
break;
case (column) :
include "/column/main.php";
break;
case (aesthetic) :
include "/aesthetic/main.php";
break;
case (board) :
include "/board/tboard.php?board=demo_aesthetic";
break;
default :
include "/doctor/main.php";
break;
}
?>
</td>
</tr>
<tr>
<td>
<? include "bottom.php"; ?>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#333333"></td>
</tr>
<tr bgcolor="#333333">
<td colspan="3" height="1"></td>
</tr>
</table>
</body>
</html>
위와 같은 방법으로 index.php에서 다른 페이지를 인클루드하여 사이트를 만들려고 합니다.
다른 서브페이지까지는 어떻게 하다보니 무리없이 됩니다.
그런데 보드에서 따~악 걸리더군요. 저런식으로 보드는 부를수가 없더라구요, 경로문제도 있고 해서 이럴경우 어떤식으로 처리를 해야되는것인지 깜깜합니다. 조언이라도 부탁합니다.
너무 막막해서 질문드립니다. 좋은 하루 되세요.
댓글 5
-
pupstar
2002.06.17 19:42
-
pupstar
2002.06.18 00:22
방법이 있던것 같은데...생각이 안나네요...
.... 나도 바보된건가... -
김민중
2002.06.18 01:39
baesurl 을 쓰시면 됩니다.
경로를 통째로 재설정하시는 겁니다. -
김민중
2002.06.18 01:42
<base href="http://nzeo.com/zeroboard/">
<? include " http://nzeo.com/zeroboard/zboard.php?id=freeboard"; ?>
<base href=" http://nzeo.com/">
와 같은 식으로 해주시면 될 듯 싶은데요.. 그래도 뭔가 에러나는 것이 있긴 할 것입니다. 에러나는 것 몇 가지만 잡아주면 될 듯 싶네요. base href 는 반드시 원상태로 회복시켜 놓으셔야 좋겠지요.. -
아시카
2002.06.18 09:36
baesurl 사용법 좀 자세하게 설명좀 부탁합니다.
그런 편법중 하나는 index.php를 보드가 있는 폴더에 만드는 겁니다..
그러면 가능하구요..
아니면 보드에서 경로를 전부 고치면 가능하구요...
또 하나는 보드의 헤더, 푸터 기능을 이용하는 겁니다.
에고... 도움 안됐나?..