Posted inPHP thinkphp5 nginx 伪静态配置 Posted by By xodor 2024-04-17No Comments if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } xodor View All Posts Post navigation Previous Post SQLSTATE[HY000] [2054] The server requested authentication method unknown to the clientNext Postphp中通过gd生成的图片转换为base64格式的字符串