묻고답하기

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

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

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 남기남
mimiapy 모바일 페이지 안나오게 하려면 어떻게 하나요?(기가 막힌 방법으로 해결했네요) [2] 2016.09.03 by 함성미
lark007 게시판 게시물 등록시 관리자 메일 발송이 제대로 안되네요ㅠ [3] file 2016.09.03 by sejin7940
moltoband 내가 만든 동영상을 스마트폰으로 볼 수 있는 방법이있을까요  
플레이닷컴 첫 닷홈 호스팅 후 인덱스 페이지 오류 [1] 2016.09.03 by 銀童
펭구 페이스북 공유하기(제발좀 도와주세요.. 몇일째 컴만보는중)  
주피터bff66 document.item.php 이 메소드를 다른 화일에서 불러오려면 어떠한 방법으로 해야 할까요? [4] 2016.09.02 by 주피터bff66
별을찾는광부 진짜 이거 아무도 모르나요? [8] 2016.09.02 by 댑펑
똑디 게시판 사용자정의에서 주소입력시...  
김김김87 안녕하세요 메뉴 접는방법 혹 아시는분계실까요.. [1] 2016.09.02 by 김김김87
YoonNet php 버전업 이후 XE 1.4로 만든 홈페이지가 하얗게 뜨는데요... [2] 2016.09.02 by YoonNet
탱탱구리 홈페이지 관련문의 [1] 2016.09.02 by BRANDYK
네모세상 뷰어로 보기 - 더 넓게 볼 수 있을까요?  
달의소년 게시판 글쓰기시 '잘못된 요청입니다.' 라고 뜹니다.  
초보자 SEO 모듈에서 사이트 키워드는 몇개까지 가능하나요  
살소리 코멘트창의 넓어짐 file  
살소리 아이콘샵 제거방법  
네모세상 댓글만 익명으로 하고 싶습니다! [1] file 2016.09.01 by 댑펑
너구리리 RadarURL 동시접속자 애드온을 썼을때 레이아웃이 밀리는 현상 file  
살소리 js 충돌 문제 ㅠㅠ [4] 2016.09.01 by 살소리
홍찬 javascript innerhtml 좀 도와주세요~` [1] 2016.09.01 by ksdflc,mei
ksdflc,mei 확장변수를 여러개를 이용하여 검색하고 싶은데요 [1] 2016.09.01 by sejin7940
파도. 스케치북 최근게시물 상단 탭 가운데 정렬 어떻게 하나요? [1] file 2016.09.01 by 감사하는마음이죠
파도. 스케치북 갤러리 본문 이미지 리사이징 어떻게 하나요?? (익스플로러) file  
shiv**** 슬라이드에서 책갈피 부드럽게  
볕뉘 xe 에디터 비 활성화 질문입니다. [2] file 2016.09.01 by 볕뉘
아찌 제발 시원하게 좀 가르쳐 주세요.애드온 [2] 2016.09.01 by 아찌
lark007 insert 처리.. 어디서 하는건가요?ㅠㅠ  
lark007 제이쿼리 파일 업로드 했는데 404에러... ㅠㅠ [3] file 2016.09.01 by mAKEkr
lark007 js 파일 충돌 해결책이 뭘까요ㅠㅠ [2] 2016.09.01 by lark007
하얀개미 파일 첨부 용량이 0M로 변했어요.