묻고답하기

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

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


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 남기남
dhchoi 광고글이 도배 되고 있습니다..... 도와 주세요... [2] 2014.11.03 by dhchoi
로양 Contact Us 모바일레이아웃  
XESTUDIO 웹페이지가 잘려나오는 이유 - 고쳐주실분! [1] 2014.11.03 by Hello_XE
footok 무한스크롤 질문이요.. [1] 2014.11.03 by 몽실아빠
퐁층당 로그인이 안됩니다.  
footok 페이지 번호 링크 관련해서...  
화랑529 추천, 반대시..  
화랑529 이런 인기글 어디서 구하죠?? [3] file 2014.11.03 by 화랑529
레몬소다 서버 이전 후 썸네일이 생기지 않고 있습니다. [1] file 2014.11.03 by 즈베즈다
KrteamENT 특정 회원이 소유중인 글을 다른 멤버에게 넘기는방법 (??) [4] 2014.11.03 by KrteamENT
초보에용 안녕하세요 게시판 목록에 대한 문의입니다.. [5] file 2014.11.03 by 유케이
판디노 누리고 쇼핑몰 상세페이지에서 상품명을 xe보드로 가져오려면 [4] 2014.11.03 by CosignStudio
ray5273 xe 레이아웃과 기능 구현에대한 질문입니다. [3] 2014.11.03 by CosignStudio
sdkfj24 게시판 글쓰기 등록 문의 [2] 2014.11.03 by CosignStudio
frogegg 혹시 게시판 글 말고 덧글을 sns로 보내는 위젯 있나요? [1] 2014.11.03 by KrteamENT
양파F 첨부파일 다운로드 설정  
길림성 회원정보 몇개 항목 레이아웃  
지트 위젯을 한개 추가하면 두개가 추가되네요... file  
Alex 메뉴아이디의 제한 글자  
양희종1 출석부 위젯관련