【待反馈】windows 2012,iis 8.5,宝塔,wordpress的中文tag路径访问4
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:8.2.0系统版本:windows 2012
问题描述:IIS 8.5,PHP7.4,安装了wordpress(更新到最新6.6.2),tags页面的中文标签,访问全部是404。当前用的伪静态规则是宝塔默认的规则: <rule name="category">
<match url="category/?(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/index.php?category_name={R:1}" appendQueryString="false" logRewrittenUrl="false" />
</rule>
<rule name="tags">
<match url="/tag/?(.*)"/>
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="index.php?tag={R:1}" />
</rule>
<rule name="Main Rule" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:0}" />
</rule>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
相关截图(日志、错误):这个tags页面的中文标签,全部是404:https://www.tehuipai.com/tags/
https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=51385&extra=page%3D3%26filter%3Dtypeid%26typeid%3D5
您好,您看看是不是这个问题导致的 大炮运维V587 发表于 2024-10-7 11:51
https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=51385&extra=page%3D3%26filter%3Dtypeid%26typeid%3 ...
我遇到的是404错误,不是500错误呢。
大炮运维V587 发表于 2024-10-7 11:51
https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=51385&extra=page%3D3%26filter%3Dtypeid%26typeid%3 ...
我也按照这里介绍,锁定了配置文件,但是,访问还是404... 有大佬知道怎么解决吗?
kenpai 发表于 2024-10-7 17:26
有大佬知道怎么解决吗?
您好,您看看您的这个项目的伪静态是否正常呢?
页:
[1]