묻고답하기

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

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

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 남기남
갤럭시탭 분류를 관리자만 선택 가능하도록 못하나요? [1] 2016.08.19 by sejin7940
sd**** 로그인 정보에 이전접속 IP표기는 어떻게? [2] 2016.08.19 by sd****
그대사랑가을사랑 모바일에서 접속이 안돼요.  
verysery 레이아웃 추천부탁드릴께요~!  
핏빛노을 xe\files 폴더 권한이 nobody로 설정되어 삭제가 안됩니다. [3] 2016.08.19 by 그대사랑가을사랑
감사하는마음이죠 ♣ [ 팝업창 popup ] 하루동안 안보이기를... 1주일동안으로 안보이기로... 소스 수정 가능할까요? [2] 2016.08.19 by 감사하는마음이죠
qweasdqwe DoorWeb(DW_ClayoutA)회사용 레이아웃 도메인 연결시 모바일 화면 깨저서 나옵니다  
odi+good 비추천이나 신고했을때 누가 했는지 어떻게 확인할수있나요? [4] 2016.08.18 by odi+good
기만1988 내가 작성한 글을 계속 불러와서 수정해서 사용 못하나요? [3] 2016.08.18 by sejin7940
멍멍 마켓플레이스 위젯 문의드립니다  
리오 에디터에서 문장부호를 입력하면 (따옴표를 입력하는 경우 다른 문자열로 표기됩니다. 왜 그럴까요?) [3] 2016.08.17 by 기진곰
thdwjdtjr robots.txt 저장시 인코딩은 어느 것으로 하여야 하나요 [1] 2016.08.17 by SimpleCode
냑쥐 웹사이트 SWF 파일 캡쳐. [1] file 2016.08.17 by SimpleCode
티버 contact board 게시물 메일 전송 관련 문의  
싱어송송송 탑 메뉴 수정과 서브 페이지 수정방법  
효주 XE 게시판 관련 질문 [2] 2016.08.17 by 효주
renej 메인 화면에서 배너 변경  
똑디 robots.txt 문의 [2] 2016.08.17 by 똑디
deok 사이트 접속 속도 문제 [2] 2016.08.17 by 기진곰
샤인김 외부파일로 첨부파일 업로드하기 안되나요? [1] 2016.08.17 by 최윤한
초보자 내 홈페이지 접속 IP 확인하는 방법은 ??? [2] 2016.08.17 by 최윤한
완젼초짜 구글링 사이트 제목 검색 [1] 2016.08.17 by 최윤한
nazuna1 1.8.24 신규 설치 시 mod_rewrite 감지를 못하는 문제 [7] 2016.08.17 by 휘즈
던힐 글삭제 방법좀 문의드려요 [1] 2016.08.17 by nazuna1
outsider 코어 업데이트 주의사항 중 DB 생성 및 업데이트 관련 문구의 의미는? [2] 2016.08.16 by outsider
썸씽 유튜브 모듈 설치 후 트래픽 증가  
thdwjdtjr 스케치북에 아이콘이 추가로 업데이트 되었는지요 file  
skycoby XE설치 했습니다 사이트는 어떻게 만들어야 되나요? [1] 2016.08.16 by sejin7940
똑디 관리자로 로그인 후 관리자 페이지 접근 불가 [2] 2016.08.16 by 똑디
기만1988 작성자를 제작자로 변경 할 수 없을까요? [2] file 2016.08.16 by 기만1988