## 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
제목 | 날짜 | ||
---|---|---|---|
455 | 아이콘 자료실 | 4128 | 2008/12/25 |
454 | 책 블로그 | 4164 | 2008/12/27 |
453 | 윈도우 Vista 동그라미 로딩 커서 Xp 에서 사용하기. | 4208 | 2008/09/21 |
452 | WoL GUI | 4227 | 2008/08/16 |
451 | [웹로그] Quick Search? | 4227 | 2007/11/06 |
450 | 투명 플래시 띄우는 방법 | 4246 | 2008/08/05 |
449 | 무료 웹하드 | 4249 | 2008/12/07 |
448 | 동영상 다운로드 | 4310 | 2008/07/29 |
447 | [기본] IE와 FF에서 달리 보이는 png | 4311 | 2007/11/22 |
446 | [리눅스서버] [리눅스] 가장큰 용량 파일 찾기 / 디렉터리 | 4325 | 2017/03/26 |
445 | [웹로그] ImageShack 각종 편리한 툴 | 4417 | 2007/10/08 |
444 | embed 제어창만 보이게 하기 | 4436 | 2008/12/02 |