주소창에 도메인 주소만 나타나게
본문
영카트 사용시 주소창에 주소/shop/로 나타나는데 이것을 도메인 주소만 나타나게 하려면
어딜 수정해야 합니까?
답변 3
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>
<title></title>
</head>
<frameset rows='0,*' border='0'>
<frame name='topFrame' id='topFrame' src='about:blank' frameborder='0' noresize='noresize' scrolling='no'>
<frame name='bottomFrame' src='홈주소'>
<body>
</body>
</frameset>
</html>
--------------------
보통 frameset을 이용하죠.
홈주소에 주소를 넣으면 됩니다.
index.php가 있는 그누 루트 디렉토리에 index.html로 저장하세요.
도메인 고정포워딩 신청하시면됩니다.
루트 폴더에 index.html로 저장하고 '홈주소'에 '/shop/'을 적으면 될 것 같네요.
답변을 작성하시기 전에 로그인 해주세요.