상단주소 안바뀌게 하는것좀 가르쳐주세요 정보
상단주소 안바뀌게 하는것좀 가르쳐주세요본문
aaa.co.kr/abc 에 bbb.com 을 location 했는데
aaa.co.kr/abc 로 접속하면 bbb.com 의 도메인주소가 나타납니다
이것을 무시하고
aaa.co.kr/abc로 접속하면 aaa.co.kr/abc 로 주소를 고정시키는 방법이 있을까요?
aaa.co.kr/abc 로 접속하면 bbb.com 의 도메인주소가 나타납니다
이것을 무시하고
aaa.co.kr/abc로 접속하면 aaa.co.kr/abc 로 주소를 고정시키는 방법이 있을까요?
댓글 전체
아이프레임으로 처리하거나 포워딩하시면 될꺼같아욤

프레임태그를 권장하는 것은 아닙니다.
그러나 아직도 포탈사이트의 카페같은 곳에 보면 프레임을 많이 쓰고 있는 것 같아요.
<html>
<head>
<title>::: 제목:::::::</title>
</head>
<frameset rows=",0" border="0" frameborder="0" framespacing="0">
<frame name="main" src="http://bbb.com" scrolling="auto" align=center>
<frame name="blank" src="blank.html" scrolling="no" marginheigh=0 marginwidth=0 noresize>
<noframes>
<body>
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
그러나 아직도 포탈사이트의 카페같은 곳에 보면 프레임을 많이 쓰고 있는 것 같아요.
<html>
<head>
<title>::: 제목:::::::</title>
</head>
<frameset rows=",0" border="0" frameborder="0" framespacing="0">
<frame name="main" src="http://bbb.com" scrolling="auto" align=center>
<frame name="blank" src="blank.html" scrolling="no" marginheigh=0 marginwidth=0 noresize>
<noframes>
<body>
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>

프레임 태그 이용했더니 인덱스에 게시판 바로 불러올경우엔 테이블이 깨지더라구욤.
결국 포기.
FM대로 그누보드를사용했다면 문제 없구욤 ^^
결국 포기.
FM대로 그누보드를사용했다면 문제 없구욤 ^^