질문 정보
그누보드 질문본문
php 고수님들 답변줌 해주세요.
댓글 전체

http://jjum.ivyro.net
아래에 index.html파일을 만든 다음 http://jjum.ivyro.net로 접속하시면 됩니다.
소스는 아래와 같습니다.
=========================== index.html ==============================
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
header("ETag: \"$LastModified\"");
?>
<html>
<head>
<title>홈페이지제목</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="http://jjum.ivyro.net/gnu">
<noframes>
<p> </p>
</noframes>
</frameset>
</html>
==================================================================
아래에 index.html파일을 만든 다음 http://jjum.ivyro.net로 접속하시면 됩니다.
소스는 아래와 같습니다.
=========================== index.html ==============================
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
header("ETag: \"$LastModified\"");
?>
<html>
<head>
<title>홈페이지제목</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="http://jjum.ivyro.net/gnu">
<noframes>
<p> </p>
</noframes>
</frameset>
</html>
==================================================================

index.html 를 하나 만들면되지 안나요 ^_^
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>용산 게임 프라자 토탈 게임 전문 쇼핑몰</title>
</head>
<frameset rows="0*, 100%" border="0">
<frame src="" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="gnu/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
</body>
</noframes>
</frameset>
</html>
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>용산 게임 프라자 토탈 게임 전문 쇼핑몰</title>
</head>
<frameset rows="0*, 100%" border="0">
<frame src="" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="gnu/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
</body>
</noframes>
</frameset>
</html>