테스트 사이트 - 개발 중인 베타 버전입니다

주소 꼬리 없애기

· 20년 전 · 5255 · 12
간단한 html 코드로 주소 꼬리를 살짝 감출 수 있습니다.
예로
http://aaa.com/ 일경우 메뉴나 다른 링크를 클릭할경우 http://aaa.com/board/list.php 이런식으로 com/ 뒤에 꼬리가 붙습니다.
이것을 index파일의 소스를 살짝 적어줌으로써 뒤 꼬리를 감출 수 있습니다.



<html>
<head><title>홈페이지 만들기</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta name="description" content="홈페이지">
<meta name="keywords" content="홈페이지,공부방,프로그래밍,디자인">
</head>
<frameset rows="*,0" frameborder="0" border="0" framespacing="0">
<frame name="main" src="./gnu3/" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" framespacing="0">
<frame name="sound" src="music/music.php" marginwidth="0" marginheight="0" scrolling="no" noresize frameborder="0" framespacing="0">
</frameset>
<noframes>
<body bgcolor="#ffffff">
<p align=center>Not Found Document and FRAME not supporting....</p>
</body>
</noframes>
</html>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 12개

18년 전
프레임을 위한 방법도 ..
//location

게시글 목록

번호 제목
620
605
594
590
589
578
563
551
550
542
536
531
529
522
511
497
471
467
466
479