반응형
1. XE 관리자 오른쪽 상단 setting 클릭 후, setting 창에서 짧은 주소 사용을 체크
2. FTP 에서 xe폴더가 위치한 디렉토리에 가서 index 파일을 다운로드
3. 메모장에서 다운받은 index를 연 후 아래 내용을 넣는다. (기존내용은 필요X)
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,0" border=0>
<frame src="/xe" frameborder=0 scrolling=auto>
<frame src="UntitledFrame-2"></frameset>
<noframes>
<body>
</body>
</noframes>
</html>
4. index.html 로 저장 후 위의 2번으로 FTP 업로드
5. 타이틀 글씨가 깨져 나오는 현상이 발생하면, 위의 3번의 세번째 줄
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 를
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> 변경한 후에 저장 후 다시 업로드
반응형