묻고답하기

한서버에 여러개의 홈페이지를 구동중에 있습니다

근데 서버이전 작업을 하였는데 
 

5개중 3개는 정상작동이 되는데 2개는 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();
//		var_dump($oModule);
//		exit;
		$oModuleHandler->displayContent($oModule);
	}
}

$oContext->close();

/* End of file index.php */
/* Location: ./index.php */

 

뭐가 잘못된걸까요 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
지식나눔 홈페이지 주소변경 오류관련(고수님 도움부탁드립니다)-첨부파일참조 [2] file 2017.04.10 by 지식나눔
warmdesillu 홈페이지에 등록된 사진 변경 [1] 2017.04.10 by J__
lun**** 폰트어썸, XEICON 둘다 사용하기 [1] 2017.04.10 by sejin7940
열공현우 코어 업데이트 오류 질문 드립니다.  
hellojdy 도메인 포트번호  
hellojdy 관리자페이지 회원목록 표시 [2] 2017.04.10 by hellojdy
개누 홈페이지 열리지가 않습니다. [3] 2017.04.10 by 개누
khami 위젯 페이지에서 모바일 페이지 설정 버튼을 누르면 500 에러  
도우 ajax 페이지 불러오기 데이터  
t**** 이모티콘 선택창 크기 [2] 2017.04.09 by t****
leejs**** 동영상 업로드 질문드립니다. [1] 2017.04.09 by J__
엘키 서버이전중 : 이상한 문자가 출력 됩니다. [1] file 2017.04.09 by 디트리히A
갑자원 회원가입이 안되네요. [2] 2017.04.09 by 갑자원
yoonsh**** 로그인은 되는데.. 이상한 메시지가 뜹니다. file  
SeoSeungHyun 게시판 글번호 문의입니다. [1] 2017.04.08 by 이온디
날두요 알림센터 이용중인데 댓글 입력시 DB에 쌓이지가 않네요 ㅠㅠ  
김영수 XE 게시판DX 리스트에 출력되는 아이콘을 좌측으로 정렬하려면 어떤 파일을 손대야 하나요? file  
타이슨리 ck에디터로 문서 형식 붙여넣기 [1] 2017.04.08 by 윤이아빠
양이 "권한이 없습니다 " 페이지에서 로그인페이지로 자동 이동하기 file  
Suspection 초기 페이지에 게시판 띄우는 법 [1] 2017.04.07 by Suspection