无头WordPress将首页重定向至登录页面 时间:2019-04-04 作者:Pedro 有没有办法重定向https://example.com/ 到https://example.com/admin 具有.htaccess ?我只在API中使用WordPress。 1 个回复 最合适的回答,由SO网友:MrWhite 整理而成 在您的.htaccess 在WordPress前端控制器之前,请尝试以下操作:RewriteRule ^$ /admin [R,L] 此重定向https://example.com/ 到https://domain.com/admin. 这是一个临时(302)重定向。 文章导航