G4 관련자료 > 그누보드&그샵

본문 바로가기

사이트 내 전체검색

뒤로가기 그누보드&그샵

G4 G4 관련자료

본문

주소고정 방법

☆★☆★☆★☆★ g4 설치디렉토리 기준 ☆★☆★☆★☆★


1. index.php 파일 이름을 main.php로 바꾼다.

2. index.html(htm.php) 파일을 만든다. 내용은 아래와 같다.

<?
$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>
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="main.php">
  <noframes>
  <p> </p>
  </noframes>
</frameset>
</html>

댓글목록 0

등록된 댓글이 없습니다.


Fatal error: Uncaught DivisionByZeroError: Division by zero in /home1/hyusig/public_html/bbs/list.php:123 Stack trace: #0 /home1/hyusig/public_html/bbs/board.php(231): include_once() #1 {main} thrown in /home1/hyusig/public_html/bbs/list.php on line 123