접속주소 문의... 정보
접속주소 문의...본문
http://aaa.kr/gunboard4 이런식이 아닌
http://aaa.kr 이렇게 접속 방식을 바꿀려면 어떻해 하여야 되나요?
최상의 폴더에 태그로 /gnuboard4 링크를 걸어주었는데 바로 접속이 안되더군요.
보통 어떠한 방법을 사용하는지 알고 싶습니다.
댓글 전체
아래와 같이 index 파일을 만들어 루트에 넣으세요.
<html>
<head>
<title>홈피 방문 환영합니다...</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
</head>
<frameset rows="100%,1*" cols="1*" border="0">
<frame src="연결할 주소" noresize scrolling="yes" marginwidth="0" marginheight="0">
<frame src="" scrolling="yes" marginwidth="10" marginheight="14">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
<html>
<head>
<title>홈피 방문 환영합니다...</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
</head>
<frameset rows="100%,1*" cols="1*" border="0">
<frame src="연결할 주소" noresize scrolling="yes" marginwidth="0" marginheight="0">
<frame src="" scrolling="yes" marginwidth="10" marginheight="14">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
<head>
<meta http-equiv="refresh" content="0;url=gnuboard4/index.php">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
</head>
<meta http-equiv="refresh" content="0;url=gnuboard4/index.php">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
</head>