CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

웹기술을 같이 공유합니다

Home WEB 웹팁

[wnmp] XE 설치하기

2020년 01월 11일



1. 루트 디렉토리 설정


    ## Root and index files.

    root D:/프로젝트폴더;     

    index  index.php index.html index.htm;


출처: https://gocoder.tistory.com/48 [고코더 IT Express] 


  ## Regular PHP processing.

        location ~ \.(php|html|htm)$ {     

            try_files  $uri =404;

            fastcgi_pass   php_processes;

            fastcgi_index  index.php;

            fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;

            include        fastcgi_params;

        }


출처: https://gocoder.tistory.com/48 [고코더 IT Express] 

2. PHP 설정

Wnmp Control Pannel -> File -> Wnmp Options -> PHP 탭 이동,

php_fileinfo.dll, php_gd2.dll 체크 후 재시작.


3. 초기 Database password

초기 데이터베이스 패스워드는 'password'입니다.

DB ID : root

DB PW : password



추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기