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