wordpress后台打开分类目录显示404怎么处理?
来源:网络分享
编辑:引流技巧
时间:2025-05-12

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>
标记红色的这个域名换成自己的域名就可以了。


相关文章:
相关推荐:
栏目分类

最新文章

热门文章
