Hello World!!/PHP 썸네일형 리스트형 php 디렉토리 목록 출력 제거 Apache/2.4.10 (Ubuntu) 기준 /etc/apache2/apache2.conf before Options indexes FollowSymLinks AllowOverride None Require all granted after Options FollowSymLinks AllowOverride None Require all granted indexes 제거 core/Common.php error 해결 방법 codeigniter 초기 오류 해결 A PHP Error was encounteredSevrity : NoticeMssage : Only variable references should be returned by referenceFilename : core/Common.phpLine Number : 257 :257 before return $_config[0] = & $config; after $_config[0] = & $config;return $_config[0]; 출처 : 클릭 codeigniter 설치 방법 (ubuntu) 미리 php, apache 를 설치 해놓으셔야 됩니다. $ cd /var/www 버전은 골라서 받으시면 됩니다. 코드이그나이터 버전 $ sudo wget http://ellislab.com/asset/ci_download_files/reactor/CodeIgniter_2.1.2.zip $ sudo unzip CodeIgniter_2.1.2.zip 기본으로 쓰고 싶다면 $ sudo mv /var/www/html /var/www/html2$ sudo mv /var/www/CodeIgniter_2.1.2 /var/www/html 경로 자체를 바꾸고 싶다면 /etc/apache2 설정 파일을 고치시면 됩니다. 이전 1 다음