묻고답하기

집에 조그만 서버용 컴퓨터를 설치해서 다용도로 사용하고 있습니다.

OS는 우분투 14.04.3이 설치되어 있으며 주로 개인 웹페이지 구축 공부용, DLNA용으로 사용하고 있습니다.

이 전에는 12버전대를 사용하고 있었습니다만 무선 네트워크를 잘 잡지 못하여 얼마전에 14.04.3으로 재설치를 했습니다.

가뜩이나 머리도 안좋은데 하도 오랜만에 갈아 엎어서 겨우 원래대로 설정을 했구나 싶었는데 XE에서 문제가 생기네요.

워낙 좋은 글들을 많이 남겨주셔서 여태껏 대부분 검색만으로 해결이 가능했는데 이번엔 혼자서 도저히 해결이 안되어 송구스럽지만 질문 글 남깁니다.

이전에 가입했던 제 ID도 다 없어져서 오늘 새로 가입했네요.

XE 설정을 위해 주소를 입력하면 XE설정 화면으로 진입하지 않고 아래의 문구만 나옵니다.

최근 버전이 문제인가 싶어서 구 버전으로 설치해봐도 구 버전은 글자가 조금 깨질뿐 별 차이가 없습니다.

그나마 크롬에서 아래처럼 문구가 가지런히 출력이 되고 익스플로어나 파이어폭스에서는 아래의 문구가 다닥다닥 붙어서 출력됩니다.

어떤 설정이 잘못 되었을 때 아래의 문구만 출력되는지 가르쳐 주시길 부탁드립니다.

<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
 * @file  index.php
 * @author NAVER (developers@xpressengine.com)
 * @brief Start page
 *
 * @mainpage XpressEngine
 * @section intro introduction
 *
 * "XpressEngine (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
 * - Offcial Repository: https://github.com/xpressengine/xe-core
 * \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 software 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);
/**
 * @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();

	try
	{
		if($oModuleHandler->init())
		{
			$oModuleHandler->displayContent($oModuleHandler->procModule());
		}
	}
	catch(Exception $e)
	{
		htmlHeader();
		echo Context::getLang($e->getMessage());
		htmlFooter();
	}
}

$oContext->close();

/* End of file index.php */
/* Location: ./index.php */

 

글을 정상적으로 올렸는데 화면 색상이 이상하게 나오네요.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
only동국 익스플로어 6.0다운 받는곳좀 알켜 주세요 [3] 2007.08.10
소정 서버에 대해서 궁금한거요..^_^ [2] 2007.08.10
김태규 RM 으로 배경음악을 쓰려고 합니다 그런데 테그를잊어버려서...ㅠㅠ가르쳐주세요 [3] 2007.08.10
이석화 급합니다 도와주세요..경로관련.. [2] 2007.08.10
never... html?=abc 는 무엇???? [3] 2007.08.10
박민수 이 소스 아시는분 -_-; [2] 2007.08.10
레드 ftp서버 구축하는 방법....  
나무 테이블에 관한 질문입니다.. [1] 2007.08.10
연(延) 노프레임 홈페이제에서 배경음악.... [2] 2007.08.10
amc 제로카운터 허접질문입니다~  
현기웅 asp보드에서 체크한 음악파일 연속듣기좀 도와주세요  
페앙기인 my-sql DB 전부 백업하려면...  
☺플러버 노프레임 페이지가 좌우로 덜컹거려요  
제닉스 이거...원..자료요청란도 없고... [1] 2007.08.10
당무 JSP에 관한 질문입니다. [2] 2007.08.10
IvySyung 팝업창이 안 떠요;  
골뽀 포토샵... [1] 2007.08.10
임재민 웹폰트를 만들었는데 이상하게 보여요.... [1] 2007.08.10
하야나 포토샵에서 폰트를 인식하지 못하고 있어요. [1] 2007.08.10
은일이 왼쪽의 ''메뉴이동 끄기''어케 만드나요?(검색했는데 없음) [1] 2007.08.10
JEDI php의 인클루드  
lee 팝업창을 새창으로 띄울경우....... [2] 2007.08.10
김인 MSN 메신저 파일전송이 안되요 답변 부탁 꼭~ [1] 2007.08.10
김예원 smtp서버라는것을 어떻게 구축하는거죠? [4] 2007.08.10
콤마™ 고수님들만 ..;; [3] 2007.08.10
박양호 [로그인]질문입니다. 자바스크립트로 자동로그인구현... [1] 2007.08.10
김새롬 Online Shopping Mall을 만들여면... [1] 2007.08.10
박시원 절전모드를 사용할떄...  
ZeSty~* 플래시에서요... [1] 2007.08.10
연희 이 이미지 글씨체가 뭐죠? [3] 2007.08.10