CI 묻고 답하기

제목 코드이그나이터 설치 후 문제..
글쓴이 웹배우기 작성시각 2015/03/16 02:15:28
댓글 : 3 추천 : 0 스크랩 : 0 조회수 : 17085   RSS
우분투 웹서버에서 코드이그나이터 설치 후 발생하는 문제입니다.

코드이그나이터 설치 후 웹으로 접속하면 index.php 파일의 내용이 그대로 나옵니다. (아래 참조)

제가 설치 중에 뭘 빼먹은걸까요?
<?php
/**
 * CodeIgniter
 *
 * An open source application development framework for PHP
 *
 * This content is released under the MIT License (MIT)
 *
 * Copyright (c) 2014 - 2015, British Columbia Institute of Technology
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @package	CodeIgniter
 * @author	EllisLab Dev Team
 * @copyright	Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/)
 * @copyright	Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
 * @license	http://opensource.org/licenses/MIT	MIT License
 * @link	http://codeigniter.com
 * @since	Version 1.0.0
 * @filesource
 */


 다음글 CI 세션에 관한 질문입니다 ! (3)
 이전글 주소창에 엔터쳤을때.. (2)

댓글

taegon / 2015/03/16 09:56:39 / 추천 0
php를 설치하시고 연동 하셨는지 확인해보세요
변종원(웅파) / 2015/03/16 10:28:24 / 추천 0
웹서버(아파치 또는 nginx등) 설치하고 php 설치 및 연동을 하여야 .php 파일을 프로그램으로 인식을 합니다.

 
웹배우기 / 2015/03/16 11:51:03 / 추천 0
앗...그렇군요.. 답변 감사합니다. :)