Linux Nginx 环境
打开宝塔——网站伪静态——typecho2,改为如下:

if (!-e $request_filename) {
    rewrite ^(.*)$ /index.php$1 last;
}

链接:https://www.jianshu.com/p/7968d1405836

最后修改:2024 年 07 月 10 日
如果觉得我的文章对你有用,请随意赞赏