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

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

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

<?xml version=”1.0″ ?>
<rules>
<rule name=”WordPress: https://www.seoxyg.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>

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

原创文章,作者:凌哥SEO,如若转载,请注明出处:https://www.seoxyg.com/3066.html

发表评论

登录后才能评论