## 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
제목 | 날짜 | ||
---|---|---|---|
623 | [리눅스서버] Ubuntu 16.04 | root 계정으로 로그인하기, root 계정으로 ssh 접속하기 | 91 | 2018/03/21 |
622 | [MySQL] Mysql 프리픽스 수정하기 | 92 | 2017/03/15 |
621 | [MySQL] MySQL 사용자 테이블 생성 및 연결하기 | 93 | 2018/06/24 |
620 | [MySQL] phpmyadmin, adminer 접속 불가능.. | 93 | 2018/12/03 |
619 | [엑셀] 엑셀 vba 입력메세지창 입력 방법 | 93 | 2019/02/04 |
618 | [웹 제작] 홈페이지를 만드는 방법에는 어떤 게 있나요? | 93 | 2023/04/06 |
617 | [GitHub] git branch 변경 | 94 | 2022/01/21 |
616 | [PHP] PHP rediect | 95 | 2017/03/20 |
615 | phpmyadmin 설치하기 | 95 | 2019/04/24 |
614 | [MySQL] 테이블명 교체하기 쿼리문 | 96 | 2017/03/15 |
613 | [리눅스서버] rsync | 98 | 2017/06/18 |
612 | [생활] 휴대폰 보험청구하기 | 99 | 2020/01/20 |