## 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
제목 | 날짜 | ||
---|---|---|---|
11 | [GitHub] git branch 변경 | 94 | 2022/01/21 |
10 | [GitHub] 다른 깃헙 가져오기 cli | 106 | 2022/01/23 |
9 | [웹 제작] 임시이미지 사이트 https://placeimg.com/ | 66 | 2022/11/27 |
8 | [웹 제작] website to learn | 44 | 2022/12/27 |
7 | [사이트관리] 사이트맵 FAQ | 50 | 2023/01/31 |
6 | [윈도우] 갑자기 윈도우10 알트탭(alt + tab)이 정상 사용 안될 때 확인 및 처리 방법? : 네이버 포스트 (naver.com) | 124 | 2023/03/17 |
5 | [웹 제작] 홈페이지를 만드는 방법에는 어떤 게 있나요? | 93 | 2023/04/06 |
4 | [기타] WidgetBot - 디스코드 채팅 방을 블로그에 달자! | 106 | 2023/05/04 |
3 | [메신저] 카카오톡 알림톡 개발하기 #1 | 109 | 2023/08/01 |
2 | 카카오지도 가려지는 문제 | 59 | 2024/02/01 |
1 | [아임웹] 아임웹 - 모바일 메뉴 하단에 SNS 아이콘 추가하는 코드 | 224 | 2024/03/15 |