프로젝트 루트 폴더 구조

- app

- public

- system

- writable

 

여기서 public에 들어가 index.php와 .htaccess을 복사해 프로젝트 루트에 붙여넣는다.

그리고 옮긴 index.phph에서

$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');

$pathsPath = realpath(FCPATH . 'app/Config/Paths.php'); 로 변경한다.

'IT > PHP' 카테고리의 다른 글

PHP 글자 자를때 글자 깨짐  (0) 2020.11.25
session_register 대체  (0) 2020.08.24
'session_register' was removed in 5.4 PHP version 에러  (0) 2020.08.24

+ 최근 게시물