## 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
제목 | 날짜 | ||
---|---|---|---|
359 | [기본] 판도라동영상 OpenAPI 사용후기 [1] | 5962 | 2007/11/29 |
358 | [웹로그] 손바닥에 땀, 어떻게 할까? | 5964 | 2007/11/03 |
357 | [웹로그] Play Street 에 참여할 의사가 있으신지요? | 5964 | 2007/10/02 |
356 | 메인보드 전원 케이블 연결 | 5979 | 2008/08/30 |
355 | [웹로그] 적당한 마우스 스크롤의 양 | 5985 | 2007/10/31 |
354 | [사이트관리] Apache 서버 .htaccess 활용(접근 제어 - 아이피 제어) | 5995 | 2014/02/09 |
353 | [기본] 시작프로그램 관리 & 모니터링 | 5999 | 2007/10/21 |
352 | [웹로그] 왜임마 사용하기 #1 [2] | 6004 | 2007/11/27 |
351 | [모바일] 갤럭시노트2(shv-e250s) 키스(스마트스위치)로 백업하기 | 6048 | 2016/02/05 |
350 | [기본] 내 블로그에 Add to Diigo를 넣어보자 [2] | 6056 | 2007/11/25 |
349 | [웹로그] 컴퓨터 관련 팁을 올려놓은 블로거 | 6063 | 2007/11/05 |
348 | [윈도우] SSD 드라이브 최적화 | 6079 | 2013/06/22 |