From fb46dd0ae3629e403803fe4863c16f7a86f84cf0 Mon Sep 17 00:00:00 2001 From: Alone <675061370@qq.com> Date: Wed, 10 Jul 2024 08:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc66aaa..a12a6a4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## 后台安装教程 -0、PHP(7.2) +0、PHP(选择7.2,其它版本不兼容) 1、上传源码到服务器 @@ -35,7 +35,9 @@ 该操作用时很长,请设置最大值86400 设置后需重启下服务 宝塔设置教程 https://www.kancloud.cn/loveouu/bthelp/1541867 -2、nginx 404 Not Found 伪静态设置 +2、非7.2版本导致的报错,请自行解决,不要再问!!!不会就百度或者老老实实用7.2 + +3、nginx 404 Not Found 伪静态设置 ```shell location ~* (runtime|application)/{ return 403;