묻고답하기

게시글을 한글로 검색 시 알수 없는 문자가 뜨며 글검색이 되질 않습니다.

영문이나 숫자는 검색이 아주 잘 됩니다만 한글일 때만 유독 이상한 문자로 바뀌며 검색이 되질 않습니다.


xe버전은 1.5.3.8 입니다.



아래 그림1처럼 공문이라고 검색을 하면

아래 그림2처럼 이상한 문자가 뜨며 검색이 되질 않습니다.




<그림1>

질문1.JPG

<그림2>

질문2.JPG


혹시 이것을 해결할 수 있는 방법이 있을까요?




의심되는 것은 index.html을 xe가 표시되지 않게 하기 위해 index.php 로 저장한건데...

거기 소스는 

<?php

/**

 * @file  index.php

 * @author NHN (developers@xpressengine.com)

 * @brief Start page

 *

 * Find and create module object by mif, act in Request Argument \n

 * Set module information

 *

 * @mainpage XpressEngine

 * @section intro introduction

 * XE is an opensource and being developed in the opensource project. \N

 * For more information, please see the link below.

 * - Official website: http://www.xpressengine.com(korean), http://www.xpressengine.org(english)

 * - SVN Repository: http://xe-core.googlecode.com/svn/

 * \n

 * "XpressEngine (XE)" is free software; you can redistribute it and/or \n

 * modify it under the terms of the GNU Lesser General Public \n

 * License as published by the Free Software Foundation; either \n

 * version 2.1 of the License, or (at your option) any later version. \n

 * \n

 * This library is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

 * Lesser General Public License for more details.

 * \n

 * You should have received a copy of the GNU Lesser General Public

 * License along with this library; if not, write to the Free Software

 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

 *

 **/


/**

 * @brief Declare constants for generic use and for checking to avoid a direct call from the Web

 **/

define('__XE__',   TRUE);

define('__ZBXE__', TRUE); // deprecated : __ZBXE__ will be removed. Use __XE__ instead.


/**

 * @brief Include the necessary configuration files

 **/

require dirname(__FILE__) . '/config/config.inc.php';


/**

 * @brief Initialize by creating Context object

 * Set all Request Argument/Environment variables

 **/

$oContext = &Context::getInstance();

$oContext->init();


/**

 * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module

 **/

if($oContext->checkSSO())

{

$oModuleHandler = new ModuleHandler();


if($oModuleHandler->init())

{

$oModule = &$oModuleHandler->procModule();

$oModuleHandler->displayContent($oModule);

}

}


$oContext->close();


/* End of file index.php */

/* Location: ./index.php */



혹시 이게 잘못된게 아니라면...도대체 뭐가 문제일까요?

고수님들 제발...도와주세요...
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
김희연637 노프레임에서 xe 게시판 출력했을 때 링크문제  
제일고 메인페이지문제입니다 [1] file 2010.02.24 by 휘즈
오리남 게시글 순서가 자꾸 역으로 바뀌네요~  
뜨더 레이아웃 깨집니다... 조언좀 해주세요 [2] 2010.02.24 by 뜨더
이길것이다 게시판 이름이나 그룹번호를 지정하여 주셔야 합니다 file  
closer 제로보드코어로 설치했더니, 강좌가 없네요.... 그 담에 어떻게 하죠? [1] 2010.02.24 by 휘즈
하루히 티스토리 에디터처럼 XE 에디터에 글상자를 넣고 싶습니다.  
초보거든요 메인페이지 자동이동 질문좀요 [1] 2010.02.24 by 현원
Gnoble 회원관리에서 회원리스트를 엑셀로 뽑을 수 있나요? [1] 2010.02.24 by 현원
맹물™ 게시판을 열면 바로 확장변수 글쓰기창으로 만들려면? file  
ydk 홈페이지 메인에 공지사항을 띄우고 싶습니다. [1] 2010.02.24 by 권태성.
고순남 분류항목  
이와 위젯 설치 중에서.. [1] file 2010.02.24 by 권태성.
nabul2 역시 답변 얻기는 힘듦 ㅠ 로그인 사용자 출력 이 안되는데 ㅠ  
짜끼 org로 끝났던 도메인 뒤에 zbxe/main이 붙어야 열려요 [1] 2010.02.25 by 짜끼
린Lynn 게시물에 카테고리 설정을 복수로 줄순 없는지요? [1] 2010.02.25 by Wooam
㎯하루€oz 이미지 등록시 파일명을 바꾸고 싶어요  
다일공동체 XE Official Skin 에서 웹진이나 포럼형으로 [1] 2010.02.25 by 매실茶
FreeASZetyS2 LGPL v2 라이센스에 대해 알고싶습니다.  
ydk 개인 웹사이트에 xe게시판을 띄우고 싶습니다.