## 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]
Wnmp Control Pannel -> File -> Wnmp Options -> PHP 탭 이동,
php_fileinfo.dll, php_gd2.dll 체크 후 재시작.
초기 데이터베이스 패스워드는 'password'입니다.
DB ID : root
DB PW : password
제목 | 날짜 | ||
---|---|---|---|
659 | [GitHub] develop 을 git pull 하기 | 0 | 2017/12/05 |
658 | [기타] G Suite - | 0 | 2018/07/26 |
657 | 무료환율 api | 0 | 2020/08/18 |
656 | [웹로그] 싸이월드는 끝이 났다. | 1 | 2007/10/11 |
655 | [웹로그] 파이어폭스 즐겨찾기 관리 어떻게 할까? | 1 | 2007/10/30 |
654 | [브라우저] 파이어폭스 즐겨찾기 관리 어떻게 할까? | 2 | 2007/10/30 |
653 | [기본] 테터툴즈 (+티스토리) 에서 mp3 추출하기 + 뽀나스 | 2 | 2007/11/03 |
652 | [기본] 내 블로그에 알맞는 수익도구는 무엇일까? | 3 | 2007/11/05 |
651 | [브라우저] 파이어폭스에서 mp3 재생이 안될 때 | 3 | 2007/11/17 |
650 | [기본] 구글 애드센스 계정의 정확한 수익 알기 | 3 | 2007/11/23 |
649 | [기본] 쥬크온 1분 제한 제거 패치 | 4 | 2007/11/09 |
648 | [기본] 블로거뉴스단에 가입하라. | 4 | 2007/11/13 |