Linux Nginx 环境 打开宝塔——网站伪静态——typecho2,改为如下:if (!-e $request_filename) { rewrite ^(.*)$ /index.php$1 last; } 链接:https://www.jianshu.com/p/7968d1405836
评论 (0)