下载 PHPStudy (小皮)

https://www.xp.cn/download.html

一、创建网站

二、网站配置

1、填写网站域名

2、根目录选择 public

3、PHP 选择 7.3

三、伪静态

错误页面添加以下规则

if (!-e $request_filename) {
	rewrite ^/(.*)$ /index.php/$1 last;
}

四、访问安装地址

http://域名/install

后续操作参考 https://www.mycms.net.cn/shouce/windows.html