AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 网站的rewrite规则问题 |
|
---|---|
langzi |
langzi 发表于 2017-02-26 17:42:14
我搭建的站点没配置rewrite规则的时候访问后台显示404 然后发工单老大说用amrewrite 用了自带的WordPress规则 访问后台就直接跳转到首页了 请问各位有没有解决的办法,谢谢大家
点赞,加油! (0分)
2017-02-26 17:42:14 1
|
shiguo |
加入这句:
rewrite /wp-admin$ $scheme://$host$uri/ permanent; 最终是这样的: location / { if (-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;
回复
2017-02-26 19:35:15 2
|
suppore |
问题得到解决了吗?
回复
2017-02-27 23:03:56 3
|
amysql |
引用: 估计是这个问题。访问wp后台网址少了/结束的话就会404。
回复
2017-02-28 10:32:07 4
AMH面板 - 好用高效低占用、安全可靠极稳定 |