묻고답하기

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

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 남기남
재민 혹시 그러거 없습니까?? 타이머신 메일...  
오세웅 서버 운영할떄.. 질문이여..  
코코링 로그인에 관해서에요. 이짜나요... [1] 2007.08.10
조재영 질문입니다...ㅠㅠ 도와주세여... [2] 2007.08.10
리겔[Rigel] 브라우저가 이상한 것 같아요...;  
이미래 -_ㅜ..그림확장자와 CGI에 대한 질문..  
김태현 포토샵에서 레이어가 이상해요. [3] 2007.08.10
노준영 폰트어덯게설치해요~ [2] 2007.08.10
☺zylon 한줄글상자의 내용에 따라서 액션을 다르게 주려면??  
당무 ASP, JSP이런 뭘 배워야할지 [3] 2007.08.10
엑스터시 그림위에 마우스올리면요 그위에 뭐하나뜨잔아요 그거 없애는방법좀....... [1] 2007.08.10
클럽지기 안녕하세요 답변 부탁드립니다. [1] 2007.08.10
김연수 꼭 알고 싶은거 질문이요.. [2] 2007.08.10
김정록 PHP 초보자의 질문입니다... 답변 부탁드립니다..^^ [3] 2007.08.10
Winnie♥Ang Root 아이디 모르고 삭제했는데요 ㅡ_ㅡ;; [1] 2007.08.10
포립아디:whddns 익스플로러 6.0에 관해...;;; [1] 2007.08.10
marrs 문서 전체에 문자속성 적용시킬수는 없나요? [2] 2007.08.10
박재우 프레임을....ㅡ.ㅡ;;; [2] 2007.08.10
샘물 php 파일에서 이미지에 롤오버를 적용시켰을때요.. [1] 2007.08.10
minezz 정규표현식에 관해서 질문들여요.  
비스마르크 노프레임 홈페이지를 만들다 막힌건데여.. [1] 2007.08.10
김성훈 리눅스 서버용 최소설치 패키지는....  
오세웅 허접한 질문입니다.. [1] 2007.08.10
☺플러버 PHP MYADMIN 의 비밀번호를 바꿔주려면..:) [1] 2007.08.10
☺플러버 MYSQL의 사용자를 어떻게 추가해요? [1] 2007.08.10
연희 ILLUSTRATOR 질문이요 [2] 2007.08.10
꽃게BBS http://~.net/web 하면 안뜨고 http://~.net/web/ 하면 뜨네요!? [1] 2007.08.10
공병철 [질문] 아파치에서 404, 500 오류코드를 원하는 화면으로 출력하기... [1] 2007.08.10
마루 [re] 자문자답. -_- 첫번째 해결방법.  
마루 태그 잘아시는분. filter:ALPHA 값 이용에 대해 답변해 주세요. [2] 2007.08.10