상단주소 안바뀌게 하는것좀 가르쳐주세요
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 로 주소를 고정시키는 방법이 있을까요?
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
그러나 아직도 포탈사이트의 카페같은 곳에 보면 프레임을 많이 쓰고 있는 것 같아요.
<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대로 그누보드를사용했다면 문제 없구욤 ^^