그누보드에서 url 어떻게 숨길까요? 정보
그누보드에서 url 어떻게 숨길까요?본문
그누보드에서 url 어떻게 숨길까요?
댓글 전체
url을 어떻게 숨기냐니요 url을 어떻게 숨겨요
<html>
<head>
<title>안녕하세요.00000 방문에 감사드립니다.</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
</head>
<frameset rows="0,*" frameborder="no" border="0" framespacing="0">
<frame src="UntitledFrame-1" scrolling="no" marginwidth="0" marginheight="0" noresize name="blanker" id="blanker">
<frame src="index.php" scrolling="auto" marginwidth="0" marginheight="0" name="main" id="main">
<noframes></noframes>
</frameset>
</html>
위의 파일을 index.html 로 만들어서 서버에 올리면
도메인주소는 나오지만 그다음 페이지부터는 도메인주소로만 나와서 상세 주소는 나오지 않습니다.
<head>
<title>안녕하세요.00000 방문에 감사드립니다.</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
</head>
<frameset rows="0,*" frameborder="no" border="0" framespacing="0">
<frame src="UntitledFrame-1" scrolling="no" marginwidth="0" marginheight="0" noresize name="blanker" id="blanker">
<frame src="index.php" scrolling="auto" marginwidth="0" marginheight="0" name="main" id="main">
<noframes></noframes>
</frameset>
</html>
위의 파일을 index.html 로 만들어서 서버에 올리면
도메인주소는 나오지만 그다음 페이지부터는 도메인주소로만 나와서 상세 주소는 나오지 않습니다.
그누보드 폴더안에서 했나보군요~
bbs 폴더 만들어서 그쪽으로 이동하는것도 좋은방법이죠
bbs 폴더 만들어서 그쪽으로 이동하는것도 좋은방법이죠