묻고답하기

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

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

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] file 2016.07.31 by Kin
tamar**** [초보]호스트(서브) 변경 후 로그인 시 이전 호스트로 연결 [1] 2016.07.31 by Kin
빌런 익명닉네임 [1] 2016.07.31 by Kin
jun0214 카테고리를 필수로 안하게 할수는 없나요? [2] 2016.07.30 by jun0214
착한나 가상서버 호스팅중에 디도스방어되면서 좋은호스팅아나요 [2] 2016.07.30 by 착한나
죽방망이 고대디 질문좀 [1] file 2016.07.30 by HowtoXE
녹차닢 한서버에 여러개의 홈페이지를 구동중 [3] 2016.07.30 by 기진곰
빌런 게시판 너비 [1] file 2016.07.30 by 기진곰
갤럭시탭 결제 모듈 문의드립니다. [1] 2016.07.29 by SimpleCode
디카 이 위젯명 아시는분 계세요? [1] file 2016.07.29 by DoorWeb
리인 일정 추천수 이상 글들을 따로 정렬할 수 있을까요? [1] 2016.07.29 by 라자루스
초보자 FTP 비번을 변경하고자 합니다. [2] 2016.07.29 by 크리스리
thdwjdtjr 오류메세지.... 어느 부분을 수정하여야 하는지요 [1] file 2016.07.29 by 휘즈
김서연471 xe 설치시 입력한 패스워드로 설치 후 로그인이 안돼요. [2] 2016.07.29 by Pinktoe
댑펑 관리자 로그인시 사이트가 느려진다면 어디를 봐야 할까요? [5] 2016.07.29 by 휘즈
lark007 insert.xml 파일의 역할이 뭔지요? [3] 2016.07.29 by 휘즈
KanTa 도메인 포워딩시 반응형 웹으로 접속이 안됩니다. [6] 2016.07.29 by KanTa
startico 비밀글은 new 표시가 안 되나요 ? [3] 2016.07.29 by startico
체널kta 게시글이 날짜순 롤링(움직이는) 위젯이 있나요? [2] 2016.07.29 by 체널kta
홍찬 웹콘 Mosaic Contents Rolling 위젯 jquery 라이브러리를 로드 ? [1] 2016.07.28 by HowtoXE
멍멍 마켓플레이스(중고장터)문의드립니다 [1] 2016.07.28 by HowtoXE
lark007 form submit 할때 procFilter()함수의 소스가 어디에 있는지요? [1] 2016.07.28 by HowtoXE
꽃민 게시판에서 자음별로 조회하고 싶어요. [1] file 2016.07.28 by HowtoXE
94blossom XEDITION 레이아웃 변경법 [1] 2016.07.28 by HowtoXE
송석우 홈페이지 아이콘 수정 경로좀 알려주세요 ㅜㅜ [2] file 2016.07.28 by 송석우
굿테크 가입을 못하게 하고 최고 관리자를 삭제 하였습니다. [2] 2016.07.28 by 휘즈
이크 게시판을 활용해서 용어사전을 만들고 싶은데요.. 좋은 활용방법 소개부탁드립니다 [2] 2016.07.28 by 꽃민
루이 SEO Google Analytics 코드 수정 [1] 2016.07.28 by 루이
싱어송송송 게시판 스킨 적용이 안되네요. [3] 2016.07.28 by 라자루스
lark007 contact_board에서 폼값 체크 하는 부분 소스가 어느 파일에 있는지요?