myexcite
V2EX  ›  问与答

WordPress 仪表盘点击左侧的按钮间歇性出现 file not found 错误怎么回事?

  •  
  •   myexcite · Mar 31, 2018 · 1717 views
    This topic created in 2993 days ago, the information mentioned may be changed or developed.

    WordPress 仪表盘点击左侧的任意按钮间歇性出现 file not found 错误。 后来看到浏览器地址栏发现少了 wp-admin 部分,手动添加 wp-admin/就能访问,然后再点击左侧的任意按钮就恢复了正常。 各位 v2er 有懂得的吗?

    handwork
        1
    handwork  
       Mar 31, 2018   ❤️ 1
    rewrite 有问题吧……
    location / {
    try_files $uri $uri/ /index.php?$args;
    }
    rewrite /wp-admin$ $scheme://$host$uri/ permanent;
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3739 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 04:59 · PVG 12:59 · LAX 21:59 · JFK 00:59
    ♥ Do have faith in what you're doing.