묻고답하기
도메인 연결
2010.08.08 11:56
제로보드XE로 홈페이지를 구축하는 책을 보고 홈페이지를 만들었습니다.
주소창에 symlove.cafe24.com을 입력하면 홈페이지가 뜨도록 하고 싶은데 책을 보고 그대로 했더니 symlove.cafe24.com/xe로 입력해야 홈페이지가 뜹니다.
수정하는 방법 부탁드립니다. 감사합니다.
댓글 3
-
유샤인
2010.08.08 12:10
-
때린데 또때려
2010.08.08 12:10
<html> <head> <title> 홈페이지 에 오신결 환영합니다. </title> <meta http-equiv="refresh" content="0;url=http://symlove.cafe24.com/xe/"> </head> </html>
인덱스 파일을만들어 위에 같이 하면 해결됩니다.
-
김소희378
2010.08.08 12:12
아마
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script type="text/javascript">
window.open('http:// symlove.cafe24.com','','top=200,left=300,width=540,height=430,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1')</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><script>
location.href="http://symlove.cafe24.com/xe/";
</script></body>
</html>요렇게 메모장에다가 붙여 넣으신 다음에
index.php로 저장하시고, www 디렉토리에 올려보세요.
그럼 바로 열릴껍니다.
메인 디렉토리에 있는 index.html (혹은 index.html 아니면 default.html) 을 노트팯으로 열고서는 그안에 쓰여져 있는 것 다지우고 다음같이 넣고 저장하여 대치하면 도메인을 부라우저 주소에 넣을 때 설치하신 xe 가 뜰 것입니다.
=====
<html>
<head>
<meta name="key words" content=" symlove.cafe24.com 을 찿을 때 스여질 모든 검색어를 여기에 넣으세요........ ">
<title>symlove.cafe24.com 홈페이지</title><meta http-equiv="refresh" content="0; URL=http://www.symlove.cafe24.com/xe/?mid=home">
</head>
</body></html>
======
또 다른 방법은 XE 를 /XE 디렉토리안에다 설치 않고 메인 디렉토리 ( / )에다 설치하면 되는 데 그리하는 것을 다시 배워야하니 이미 설정한 /XE 를 꾸미셨다니 처음 방법이 쉬운 길입니다.