211.111.3.120 2004/08/09 18:36:14
|
|
°í°´´Ô °èÁ¤ÀÇ public_html/index.htm ÆÄÀÏÀ» »ìÆ캸¾Ò½À´Ï´Ù¸¸..
ÆäÀÌÁö Æ÷¿öµùÀÌ ¼³Á¤µÇ¾îÀÖÁö ¾Ê³×¿ä..
¸ÕÀú public_html/index.htm ÆäÀÌÁöÀÇ °¡Àå »óÀ§ÀÇ ¾Æ·¡ ¼Ò½ººÎºÐÀ» Á¦°ÅÇÕ´Ï´Ù.
<?
if($HTTP_HOST == "design.sungah.net") {
$target = "design/index.html";
} else {
$target = "main.html";
}
?>
±×ÈÄ, public_html Æú´õ³»ÀÇ index.htm ÆÄÀÏÀ» main.html ÆÄÀÏ·Î À̸§À» º¯°æÇÕ´Ï´Ù.
±×ÈÄ FAQ ¿¡ ³ª¿ÍÀÖ´Â °Íó·³ ´ÙÀ½ÀÇ ¼Ò½º·Î index.html ÆÄÀÏÀ» Á¦ÀÛÇÏ½Ã¸é µË´Ï´Ù.
<?
if($HTTP_HOST == "design.sungah.net") {
$target = "design/index.html";
} else {
$target = "main.html";
}
?>
<html>
<title>µé ¾î ¿À ¼¼ ¿ä</title>
<frameset rows="1*">
<frame src=<?=$target ?> name="main" scrolling="no" marginwidth="0" marginheight="0" noresize>
<noframes>
</noframes>
</frameset>
</html>
°¨»çÇÕ´Ï´Ù.
modify 2004/08/09 18:36:24
|