묻고답하기

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

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

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 남기남
녹차닢 한서버에 여러개의 홈페이지를 구동중 [3] 2016.07.30 by 기진곰
죽방망이 고대디 질문좀 [1] file 2016.07.30 by HowtoXE
착한나 가상서버 호스팅중에 디도스방어되면서 좋은호스팅아나요 [2] 2016.07.30 by 착한나
jun0214 카테고리를 필수로 안하게 할수는 없나요? [2] 2016.07.30 by jun0214
빌런 익명닉네임 [1] 2016.07.31 by Kin
tamar**** [초보]호스트(서브) 변경 후 로그인 시 이전 호스트로 연결 [1] 2016.07.31 by Kin
빌런 위젯 위치 [1] file 2016.07.31 by Kin
호롤롤로로ㅓㄹ 이런 메시지박스를 메인에 띄우는법 [1] 2016.07.31 by 불금
미미미2 simpleDashed 게시판 통합 스킨 질문입니다! [1] 2016.07.31 by SimpleCode
94blossom 스킨 적용법 알려주세요 [2] 2016.07.31 by 94blossom
완젼초짜 게시판 글 작성후 페이지 이동이 안됩니다.  
zartin 저거 어디서 지우죠? [2] file 2016.08.01 by zartin
꽃민 게시판에서 게시글 고유번호 보이게 할수 있나요 ? [1] file 2016.08.01 by sejin7940
꽃민 게시판에서 목록형은 요약 볼수없나요 ㅠㅠ [5] file 2016.08.01 by sejin7940
Kin 레이아웃 제작하는 중입니다만..  
갤럭시탭 자동 메일 발송 기능 문의 [2] 2016.08.01 by sejin7940
미미미2 일부 DB만 백업해서 기존 DB 위에 복원하려면 어떻게 해야할까요? [1] 2016.08.01 by sejin7940
DBM 이미지 갤러리 컴포넌트 질문이요  
밍찐 스케치북 웹진형 상세페이지에 서브페이지전체가 프레임으로 나옵니다ㅜㅠ file  
94blossom 포토슬라이드 위치 바꾸는 법 알려주세요  
94blossom 이미지 클릭시 오버효과? 색상 변경 도와주세요 [1] file 2016.08.02 by 라자루스
앤드류문 최근 게시글 위젯 가나다순 정렬  
94blossom 홈페이지 다른 링크 연결법 알려주세요 [1] file 2016.08.02 by Kin
Kin 일정시간이 지나면 특정게시판 글 지우는 방법..? [3] 2016.08.02 by Kin
94blossom 게시판 스킨 가운데 정렬 도와주세요  
유자차 메인에 노출된 게시판 글 클릭 시 상단 메뉴바 문제 도와주세요ㅠㅠ file  
이창용 안녕하세요 메인페이지 DIV 코딩 질문 드립니다. file  
이창용 안녕하세요 서브페이지 분류 질문 드립니다. [2] file 2016.08.02 by 이창용
KanTa 고정포워딩 이 문제에 시원한 답변좀 주실분 ㅠㅠ [4] 2016.08.02 by SimpleCode
쮸야282 xe 덮어 씌어도 업데이트가 안되네요... [2] file 2016.08.02 by 쮸야282