그누 질문이라고는 할 순 없는데여.. 홈피 만들면 주소창에 url 이 자세하게 뜨잖아요,, 정보
그누 질문이라고는 할 순 없는데여.. 홈피 만들면 주소창에 url 이 자세하게 뜨잖아요,,본문
이거 없애는 방법이 없는가요..
기억에,, html 을 어떻게 하고 그런걸 봤던 것 같은데,,
그냥,, 서브메뉴 들어가도 도메인으로만 나오게염..
고수님들 도와주세요~~
댓글 전체
이거 질문하시는게 맞나요.
인덱스파일에 아래 소스를 넣으시고 기존 인덱스파일에 있던 소스는 따로 만드세요.
아래는 main.php라는 파일을 만들었을 경우
<html>
<head>
<title>타이틀</title>
</head>
<frameset rows="1*">
<frame src="main.php" name="index" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<noframes>
</noframes>
</frameset>
</html>
인덱스파일에 아래 소스를 넣으시고 기존 인덱스파일에 있던 소스는 따로 만드세요.
아래는 main.php라는 파일을 만들었을 경우
<html>
<head>
<title>타이틀</title>
</head>
<frameset rows="1*">
<frame src="main.php" name="index" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<noframes>
</noframes>
</frameset>
</html>
감사합니다~~~