解决wordpress页面改为固定链接后403的问题 修改nginx配置文件,在站点目录字段后添加 12345678910if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } rewrite /wp-admin$ $scheme://$host$uri/ permanent; 杂 #blog #wordpress 解决wordpress页面改为固定链接后403的问题 https://xinhaojin.github.io/2021/07/03/解决wordpress页面改为固定链接后403的问题/ 作者 xinhaojin 发布于 2021年7月3日 许可协议 php发送SMTP邮件 上一篇 python发送QQ邮件 下一篇 Please enable JavaScript to view the comments