摘要: nginx服务器部署Thinkphp 5.1框架报404解决方案 在nginx.conf中添加如下代码行 if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; break; } 如下图中位置: 或者 phpstudy 伪静态 阅读全文
posted @ 2022-05-28 12:11 Gosun 阅读(489) 评论(0) 推荐(0) 编辑