도메인 주소만 나타나게
본문
이동시 주소창에 도메인 주소만 나타나게 하는 방법 알려주세요^^
답변 2
index.html 파일을 하나 만들고 아래 내용을 넣어주세요
<html>
<head>
<title> </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="http://www.도메인.co.kr/index.php"> //------> 자신의 보드에 위치한 index.php
</noframes>
</frameset>
</html>
감사합니다. 해결 되었습니다.
답변을 작성하시기 전에 로그인 해주세요.