주소창에 자신의 도메인만 나타나게 하는 방법 정보
주소창에 자신의 도메인만 나타나게 하는 방법본문
반드시 index.htm(html),아래 소스중에 <meta http-equiv="Content-Type" content="text/htm; charset=euc-kr" /> 형광색의 htm,html로 되어 있나 확인해서 index.htm(html)로 해야 합니다.
다르게 되면 에러가 납니다.
<html>
<head>
<meta name='author' content=''>
<meta name="generator" content=''>
<meta name=' description' content=''>
<meta name='keywords' content=''>
<meta http-equiv="Content-Type" content="text/htm; charset=euc-kr" />
<link rel=StyleSheet HREF=style.css type=text/css title=style>
<title>홈페이지</title>
</head>
<frameset cols="100%" border="0">
<frame src="자신의 도메인/index.php">
</noframes>
</frameset>
</html>
다르게 되면 에러가 납니다.
<html>
<head>
<meta name='author' content=''>
<meta name="generator" content=''>
<meta name=' description' content=''>
<meta name='keywords' content=''>
<meta http-equiv="Content-Type" content="text/htm; charset=euc-kr" />
<link rel=StyleSheet HREF=style.css type=text/css title=style>
<title>홈페이지</title>
</head>
<frameset cols="100%" border="0">
<frame src="자신의 도메인/index.php">
</noframes>
</frameset>
</html>
추천
7
7
댓글 13개
감사합니다
감사합니다
그누보드에는 index.php 만 있는데요? 여기에도 가능한가요?
위 소스를 index.htm이나 index.html 이 두가지 중 하나 만들어서 index.php이 있는 곳에 넣으세요.

감사합니다.
좋은 팁 감사합니다^^
감사합니다. ^_^
주소창에 자신의 도메인만 나타나게 하는 방법
워~~ 이런방법이...
완전 유용한 정보네요. 감사해요~~~
위대로 적용하면 새로고침하면 첫화면으로 이동하는것은 어떻게 수정하나요
주소창에 자신의 도메인만 나타나게 하는 방법
우아 ㅠㅠ 진짜 제가 찾던거네요 ㅠㅠ