在Typecho服务器启用地址重写时,启用失败。原因是Nginx服务器默认没有开启地址重写功能解决方法:在Nginx的配置文件的server中,加入:if (!-e $request_filename) { rewrite ^(.*)$ /index.php$1 last;} Last modification:August 13, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 如果觉得我的文章对你有用,请随意赞赏