묻고답하기

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

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

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 남기남
Jungyeol 도메인과 서버 연결법? [1] 2016.09.10 by 불금
댕댕이 xe 마이그레이션 사용시 xml 다운로드 불가능 문제  
달콤한슬픔 텍스타일 admin 한글깨짐 현상 이거 왜이러는건가요? [1] file 2016.09.10 by YJSoft
kHj 로그인창이 없어요 [1] 2016.09.09 by XE카오스
스카 내부오류 500에 문제점이 어디 있을까요? [2] 2016.09.09 by J.LAB
엔젤킬러 문서페이지 상단에 브라우저 제목이 보입니다. [1] file 2016.09.09 by sejin7940
네번째그림 다른 스킨을 미리보기 할 수 없나요??? 강제로라도...  
멍멍 위젯문의입니다 [1] 2016.09.09 by XE카오스
안군 xe초보입니다..쉬운설치 ftp설정이안되는데.. 궁금합니다! [2] 2016.09.09 by 안군
redclip 사파리 에서 타이핑이 안됩니다. [3] 2016.09.09 by 해외유저
hellojdy 도메인 주소 2개 연결! [3] 2016.09.09 by hellojdy
서버링 게시판 글등록 오류  
녹두장군 사이트맵이 추가되지 않습니다. [1] file 2016.09.08 by YJSoft
weiss 데일리모션 동영상 퍼가기가 안돼요 [2] 2016.09.08 by weiss
123sjwsjw 처음으로 만들기에 도전하려는데..질문좀요 [2] 2016.09.08 by 최윤한
별님왕자 흐름of이미지 최근사진 보기 에러 [1] 2016.09.08 by 별님왕자
별님왕자 도와주세요~ 회원가입이 안돼요. [5] 2016.09.08 by 별님왕자
이문이100 자바스크립트(php) 코드 숨기기? [1] 2016.09.08 by SimpleCode
Jungyeol 게시판 글이 선택 및 수정이 안됩니다. [2] 2016.09.08 by sejin7940
홍수영 게시판 별 금지어 설정  
샐러드림 홈페이지 도움 부탁드립니다. [1] 2016.09.07 by Kin
홈런볼11 특정 카터고리 경우 [2] 2016.09.07 by 홈런볼11
skylark 비밀번호 문의드립니다  
thdwjdtjr 홈페이지 타이틀 지목 및 설명은 어디에 저장이 되는지요 [1] 2016.09.07 by 아랍뿡
효주 게시판 새글 이메일 중복발송 질문 [2] 2016.09.07 by 효주
뿌꾸빵 스케치북 레이아웃에서 게시판에 분류를 추가하는방법문의합니다 [3] 2016.09.07 by sejin7940
kdh**** 초보자입니다..한가지만 여쭙겠습니다 [4] 2016.09.07 by kdh****
아찌 block_ip.addon 질문드립니다.  
펭구 모바일 레이어 팝업 질문드립니다.  
살소리 js 충돌문제.. 도와주세요 [5] 2016.09.06 by 살소리