묻고답하기

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

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

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 남기남
youeun 기존 db에 테이블 xe_mermber  화면탭에 나오는 설정방법  
youeun 회원가입 탭을 생성했습니다 제가 만들 db를 설정하고자 합니다. [2] 2016.09.06 by youeun
TAEYONG2 모바일에서도 pc웹으로 못보나요? [2] file 2016.09.06 by TAEYONG2
Jungyeol apmsetup에서 autoset으로 이동방법?  
webjong 포워딩 연결시 로그인안됩니다..ㅠㅠ [1] 2016.09.06 by webjong
mkp9**** 새로운 게시판이 올라 올 경우 선택적 메일을 보내는 기능 [3] 2016.09.06 by sejin7940
스마일맨 정말 답답합니다. [4] 2016.09.06 by 스마일맨
lifema**** 게시판에서 검색 버튼 활성화 방법 문의드립니다. [4] file 2016.09.05 by lifema****
기서피 누리고 메일인증 가입에서 mypage 그림x나오는 현상입니다.. file  
포천은 문의좀 드립니다. [2] 2016.09.05 by 포천은
너구리리 글 복사시 xe알림센터lite에서 울리는 알림도 복사되는 현상  
nr232**** php.ini를 손 봤음에도 불구하고 input size over than config in php.ini 에러가 뜹니다. file  
아스마 sejin7940 님의 조회수 기능 확장 에드온 에러 해결법 아시는분 계시나요? file  
엔젤킬러 과거 XE core 버전은 어디서 구할수 있을까요? [1] 2016.09.05 by 엔젤킬러
알콜리즘 하나의 게시판 db 로 두개의 리스트 [1] 2016.09.05 by HowtoXE
곰탱이vv 특정 값입력시 반응이 없습니다 [1] 2016.09.05 by HowtoXE
오락실주인 네이버 애널리틱스 스크립트 어디에 넣어요 ? [1] file 2016.09.05 by HowtoXE
승주짱 로그인 문제 도와주세요 [1] 2016.09.05 by HowtoXE
사랑해요비타민C site rss와 site atom이 같이 있어도 되는지 궁금합니다 [2] 2016.09.05 by 사랑해요비타민C
scfree**** 기본 url이 설정이 안되었다고 합니다 [2] 2016.09.05 by scfree****
새양 msg_make_directory_failed 해결법!! [1] 2016.09.05 by J.LAB
토시량 레이아웃이나 기타 위젯,모듈 제작 시 무료배포된것들 기반으로 제작해서 판매해도 되나요? [1] file 2016.09.05 by J.LAB
마꼬꼬 마리아DB (mysql)에서 에러로그 설정 [2] 2016.09.04 by 마꼬꼬
thdwjdtjr FTP 저장시 "553 Could not create file" 오류메세지가 [4] 2016.09.04 by thdwjdtjr
쏭박 로그인을해도 로그인이 안되고 또 어쩔땐 되고 먹통이네요 고수님들 도움부탁드려요 [4] 2016.09.04 by 주니89344
mimiapy 모바일 페이지 안나오게 하려면 어떻게 하나요?(기가 막힌 방법으로 해결했네요) [2] 2016.09.03 by 함성미
lark007 게시판 게시물 등록시 관리자 메일 발송이 제대로 안되네요ㅠ [3] file 2016.09.03 by sejin7940
moltoband 내가 만든 동영상을 스마트폰으로 볼 수 있는 방법이있을까요  
플레이닷컴 첫 닷홈 호스팅 후 인덱스 페이지 오류 [1] 2016.09.03 by 銀童
펭구 페이스북 공유하기(제발좀 도와주세요.. 몇일째 컴만보는중)