http://도메인.net/gnuboard4/ 이렇게 쳐야 홈페이지에 들어가는데요.. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

http://도메인.net/gnuboard4/ 이렇게 쳐야 홈페이지에 들어가는데요.. 정보

http://도메인.net/gnuboard4/ 이렇게 쳐야 홈페이지에 들어가는데요..

본문

ftp에
www
    - gnuboard4

이렇게 돼있습니다.


http://도메인.net/

이렇게만 쳐도 사이트에 들어가게 하려면 어떻게 해야 하나요??

ftp에서 www 다음에 바로 다 풀어서 올리는 방법밖에 없나요?
  • 복사

댓글 전체

www  폴더 안에 index.html 파일 생성 하시고
그안에

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>타이틀<title>
</head>

<frameset rows="*,0" border=0>
<frame src="도메인주소/gnuboard4/index.php" frameborder=0 scrolling="yes">
</frameset>

</html> 

하시면 도메인치면 그누보드폴더 안에 인덱스로 이동됩니다.
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>타이틀</title>
    <script type="text/javascript">
    location.href = "./gnuboard4/index.php"; <= 이 부분을 활용해 보세요.
    </script>
  </head>
  <body>
    <h1><a href="도메인명">제목</a></h1>
  </body>
</html>
© SIRSOFT
현재 페이지 제일 처음으로