[wnmp] XE 설치하기
2020.01.11 01:54
0
https://eond.com/429789



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



라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요