01 2021 档案
tp5伪静态-tp5伪静态设置-tp6伪静态
摘要:nginx环境下的tp5伪静态: location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } } ///也可以直接在phpstudy直接这样使用: if (!-e $request_f 阅读全文
posted @ 2021-01-14 09:26 易博奕-YBYsuccess 阅读(7254) 评论(0) 推荐(1)