因为专注
所以专业

wordpress后台打开分类目录显示404怎么处理?

wordpress后台打开分类目录显示404,其他的页面正常的话,只需要删除web.config即可,如果还是不行,在宝塔面板里面的PHP版本重新更新一下,最后在检查你的wordpree伪静态的规则有没有问题

<?xml version=”1.0″ ?>
<rules>
<rule name=”WordPress: https://xiaoxinglai.com_rewrite” patternSyntax=”Wildcard”>
<match url=”*”/>
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
</conditions>
<action type=”Rewrite” url=”index.php”/>
</rule>
</rules>

标记红色的这个域名换成自己的域名就可以了。

 

赞(0)
未经允许不得转载:肖兴来SEO博客 » wordpress后台打开分类目录显示404怎么处理?
分享到: 更多 (0)

评论 1

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1

    我以前遇到过一次,那是当时建站完没发文章,发布文章后就可以访问了。

    秀米下载站4年前 (2020-11-12)回复