묻고답하기

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

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

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 남기남
putty XE로 쇼핑몰 만드는거 큰 어려움 없을까요? [4] 2016.08.24 by BRANDYK
모얼더 사이트들이 <video> 태그를 막는 이유가 있는가요? [1] 2016.08.24 by SimpleCode
쿵매니저 홈페이지 오류 메세지 [2] 2016.08.24 by SimpleCode
감사하는마음이죠 ♣게시판 검색♣ 에서 확장변수가 제목+내용 보다 먼저 보이게 할수있나요?  
skycoby XE최신버전으로 로그인시 잘못된요청이라고 뜨네요 [3] 2016.08.24 by BRANDYK
zartin 워드프레스 오픈 그래프가 도대체 왜 안되는거죠? [6] file 2016.08.24 by zartin
충무김밥 문서페이지 내의 긴내용을 한페이지가 아닌 여러페이지로 만들고 싶습니다. [4] file 2016.08.24 by 충무김밥
달의소년 안녕하세요 오랜만에 XE로 제작하려 하는데 막히네요..도와주세요  
dev_**** 사이트 기본폰트가 갑자기 바뀌었습니다. [2] 2016.08.23 by 휘즈
갤럭시탭 (부탁) 게시글 추가 내용 출력 애드온 문의 [3] 2016.08.23 by HowtoXE
thdwjdtjr 게시판 글(공지사항)이 한쪽으로 밀립니다...... [2] file 2016.08.23 by thdwjdtjr
멍멍 마켓플레이스 수정데이터문의입니다 [1] 2016.08.23 by HowtoXE
iiiizx**** 헤더부분 인덱스 부분 푸터 부분 html 소스 어디폴더 경로에서 수정가능한가요? [1] 2016.08.23 by HowtoXE
신성3014 누리고 결제모듈 질문있습니다 [1] 2016.08.23 by HowtoXE
Begg SSO [1] 2016.08.23 by HowtoXE
hayeo**** 레이아웃 추천 [1] 2016.08.23 by HowtoXE
궁금이 사이트제목이 변경이 안됩니다. [1] 2016.08.23 by HowtoXE
28IT apmsetup 으로 작업 마치고 웹 호스팅을 하려고 합니다. [1] 2016.08.23 by HowtoXE
웅돌 문서 페이지에 소스를 넣으려고 합니다. [2] 2016.08.23 by SimpleCode
로나키스 회원 이름이 번호로 나옵니다. [3] file 2016.08.23 by SimpleCode
happyclo XE 최신번전은 PHP7 사용에 문제가 없나요? [1] 2016.08.23 by sejin7940
카이닉스 특정 회원에게 공지사항 작성 권한만 따로 부여하는 방법이 있을까요? [3] 2016.08.23 by 미연조
궁금 사이트제목 변경이 안됩니다.  
비누스카 브라우저 탭에서 한글이 깨지는 현상 (박카스 드림 :-) [1] file 2016.08.23 by YJSoft
ㄷㄱㄷ 헤드에 스타일시트 로딩 순서 바꾸는 법이요ㅠㅠㅠ(레이아웃과 게시판스킨) [2] 2016.08.23 by ㄷㄱㄷ
moonsoo 게시판 내용을 그대로 페이지에 사용할 수 있는 위젯이 있나요? [1] 2016.08.23 by 디자인클립
안녕 안녕하세요 위젯 세로간격 문의드립니다. [3] file 2016.08.23 by 銀童
지금 db 데이터 베이스 질의를 실행해서 타이틀을 변경하는 방법 아시는 고수님들 계신가요? [4] file 2016.08.23 by 지금
네봉 DoorWeb 회사용 레이아웃 A ver. 1.0 사용중 질문 드려요~ [6] file 2016.08.22 by PLS
아스마 목록 제목옆에 파일첨부 이미지 어디서 설정하나요? [2] 2016.08.22 by 아스마